diff options
author | KRIXUS-alpha | 2021-04-22 12:18:08 +0530 |
---|---|---|
committer | KRIXUS-alpha | 2021-04-22 12:18:08 +0530 |
commit | f918d7f5291bf8d44f738bb91cfc3d2c26168041 (patch) | |
tree | 701866dc5ba3ef573472d6dde0c1c42b36a0ee06 | |
parent | ed6cc3ace413bc5c37acb6738fdffdc120b464ee (diff) | |
download | fossee-scilab-octave-toolbox-f918d7f5291bf8d44f738bb91cfc3d2c26168041.tar.gz fossee-scilab-octave-toolbox-f918d7f5291bf8d44f738bb91cfc3d2c26168041.tar.bz2 fossee-scilab-octave-toolbox-f918d7f5291bf8d44f738bb91cfc3d2c26168041.zip |
quit the scilab-cli {errors not reported}
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 157def9..43effb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ script: - cd src/ - bash make.sh - cd $TRAVIS_BUILD_DIR/ -- scilab-cli -f tests/test.sce +- scilab-cli -f tests/test.sce -quit |