diff options
author | rupak | 2019-09-30 18:04:33 +0530 |
---|---|---|
committer | rupak | 2019-09-30 18:04:33 +0530 |
commit | 899ad723ae19201752f46ba225ccfcae057e6a65 (patch) | |
tree | bd8387f0917dd4e33f4c25aae5256bae7ae590e2 /.travis.yml | |
parent | ca5a4d66d8226c64be0582218872beb666e77a74 (diff) | |
download | fossee-scilab-octave-toolbox-899ad723ae19201752f46ba225ccfcae057e6a65.tar.gz fossee-scilab-octave-toolbox-899ad723ae19201752f46ba225ccfcae057e6a65.tar.bz2 fossee-scilab-octave-toolbox-899ad723ae19201752f46ba225ccfcae057e6a65.zip |
configure travis for scilab6 -2
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 45b39ad..e6dfbfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ 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 - - cd scilab_6.0.1-1ubuntu1.debian - - bash scilab.install + - bash scilab_6.0.1-1ubuntu1.debian/scilab.install - sudo apt-get install octave - sudo apt-get install build-essential - sudo apt-get install liboctave-dev |