let's see what config travis uses, shall we?

This commit is contained in:
Meredith L. Patterson 2013-12-21 19:59:48 +01:00
parent 500257d111
commit 9ea27e9203

View file

@ -62,7 +62,7 @@ before_install:
install: true
before_script:
- if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi
- if [ "$BINDINGS" == "php" ]; then phpenv exec php-config; phpenv config-add src/bindings/php/hammer.ini; fi
script:
- scons bindings=$BINDINGS test
notifications: