apt-get install swig2.0 loudly; another try on version name

This commit is contained in:
Meredith L. Patterson 2013-12-06 08:46:03 +01:00
parent 8ce7d26152
commit ac5c281cbe

View file

@ -25,7 +25,7 @@ matrix:
before_install:
- sudo add-apt-repository ppa:asolovets/backports -y
- sudo apt-get update -qq
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig2.0=2.0.10-0ubuntu2~precise1~ppa1; swig -version; fi
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install swig2.0=2.0.10-0ubuntu2; swig -version; fi
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
install: true