override perl dependency installation

This commit is contained in:
Meredith L. Patterson 2013-12-05 10:18:28 +01:00
parent d08cce0da1
commit 97be291096

View file

@ -25,6 +25,7 @@ matrix:
before_install:
- sudo apt-get update -qq
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
install: true
script:
- scons bindings=$BINDINGS test
notifications: