yet another travis test

This commit is contained in:
KjellKod 2014-10-11 22:45:04 -06:00
parent 3c5c130854
commit 394f2c1bef

View File

@ -47,5 +47,5 @@ script:
- if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew update; fi
- if [ "$CXX" = "g++" ]; then export CXX=g++-4.8; fi
- if [ "$CXX" = "clang++" ]; then export CXX=clang++-3.4; fi
- sh scripts/buildAndRunTests.sh
- ./scripts/buildAndRunTests.sh