fix travis config here too

This commit is contained in:
Meredith L. Patterson 2013-11-17 20:31:10 -06:00 committed by Dan Hirsch
parent 77d48e2b7c
commit dc9124724a

View file

@ -2,6 +2,9 @@ language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq swig python-dev
script:
- scons
notifications: