diff options
author | Steven Silvester | 2016-01-23 06:04:44 -0600 |
---|---|---|
committer | Steven Silvester | 2016-01-23 06:04:44 -0600 |
commit | d80992be019fb019e2ccb1b42b44787ee9cca2fb (patch) | |
tree | 7dfa9632ac2876a2f5c1a9d1f130411d5fffed3b | |
parent | 5ebe08d608dbb708aaad5595d70563c251861652 (diff) | |
download | scilab_kernel-d80992be019fb019e2ccb1b42b44787ee9cca2fb.tar.gz scilab_kernel-d80992be019fb019e2ccb1b42b44787ee9cca2fb.tar.bz2 scilab_kernel-d80992be019fb019e2ccb1b42b44787ee9cca2fb.zip |
Fix travis syntax
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5cecc5e..f266627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.5" install: # download Scilab and add it to the path - - \ + - | if [[ $ENV == python=3.3* ]]; then wget http://www.scilab.org/download/5.4.1/scilab-5.4.1.bin.linux-x86_64.tar.gz -O scilab.tar.gz; tar xfz scilab.tar.gz; |