diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-12-26 00:31:04 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-12-26 00:31:04 (GMT) |
commit | ee1048e9b1f823f46832e37b493ba1121fc4d1cc (patch) | |
tree | 9a2c60f2d699e6470c97f6b8ad24e2acdae8c64b /.travis | |
parent | a95e9e7abea3aa0c21c0f7b7317aaf3d83f27a86 (diff) | |
download | SCons-ee1048e9b1f823f46832e37b493ba1121fc4d1cc.zip SCons-ee1048e9b1f823f46832e37b493ba1121fc4d1cc.tar.gz SCons-ee1048e9b1f823f46832e37b493ba1121fc4d1cc.tar.bz2 |
fix typo in script
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 473c4aa..1d1f7eb 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -25,7 +25,7 @@ sudo cp -rf ldc2-1.4.0-linux-x86_64/* / ls -l /usr/lib/*python*{so,a}* # For now skip swig if py27 -if [[ "$PYVER" -ne "py27" ]]; then +if [[ "$PYVER" -eq "py27" ]]; then # dependencies for swig tests wget https://github.com/swig/swig/archive/rel-3.0.12.tar.gz tar xzf rel-3.0.12.tar.gz |