path to hammer.ini

This commit is contained in:
Meredith L. Patterson 2013-11-20 22:55:22 -06:00
parent 5cc6920b23
commit 58fdc36178

View file

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