perl needs swig too

This commit is contained in:
Meredith L. Patterson 2013-12-05 10:21:10 +01:00
parent 97be291096
commit 7d054b1f92

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
- if [ "$BINDINGS" == "perl" ]; then sudo apt-get install -qq swig; fi
install: true
script:
- scons bindings=$BINDINGS test