From ee1048e9b1f823f46832e37b493ba1121fc4d1cc Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 25 Dec 2017 16:31:04 -0800 Subject: fix typo in script --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12