diff options
author | KRIXUS-alpha | 2021-04-17 14:03:59 +0530 |
---|---|---|
committer | GitHub | 2021-04-17 14:03:59 +0530 |
commit | aa06d812269b26344f598f60da65f728a6f843e8 (patch) | |
tree | bfe5dcc283573741be25b108f2891710c96dfb37 | |
parent | 990bca9f9c52721ee3f7d3f66749cf98a699be8b (diff) | |
download | fossee-scilab-octave-toolbox-aa06d812269b26344f598f60da65f728a6f843e8.tar.gz fossee-scilab-octave-toolbox-aa06d812269b26344f598f60da65f728a6f843e8.tar.bz2 fossee-scilab-octave-toolbox-aa06d812269b26344f598f60da65f728a6f843e8.zip |
Update .travis.yml
Corrected the path for bash scilab.install - Bash ERR 127 [[FIXED]]
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6c1d276..a0bf8dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ -language: c +language: scilab dist: bionic before_install: - sudo apt-get update - wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/scilab/6.0.1-1ubuntu1/scilab_6.0.1-1ubuntu1.debian.tar.xz - tar -xf scilab_6.0.1-1ubuntu1.debian.tar.xz - - bash scilab_6.0.1-1ubuntu1.debian/scilab.install + - bash debian/scilab.install - sudo apt-get install octave - sudo apt-get install build-essential - sudo apt-get install liboctave-dev |