use a backport instead so as to not break python or other things

This commit is contained in:
Meredith L. Patterson 2013-12-06 07:47:55 +01:00
parent 0581958167
commit 53e13657b0

View file

@ -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