fix travis config here too

This commit is contained in:
Meredith L. Patterson 2013-11-17 20:31:10 -06:00
parent c58a722aef
commit 55af8ac287

View file

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