diff --git a/.travis.yml b/.travis.yml index 63728a767fa50f59f28fa295a00a42565cac1387..b8e56abf5e2a6e359ddc8fc1734b8a0fe00b3b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,11 @@ matrix: perl: 5.18 env: BINDINGS=perl CC=clang before_install: - - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu raring main universe" + - sudo add-apt-repository ppa:asolovets/backports - sudo apt-get update -qq - - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi - - if [ "$BINDINGS" == "perl" ]; then sudo apt-get install -qq swig; fi + - if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; swig -version; fi + - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi + install: true script: - scons bindings=$BINDINGS test