tidying php-bindings directory and travis output

This commit is contained in:
Meredith L. Patterson 2013-12-22 18:27:59 +01:00
parent 10dffd3ee4
commit ecfe8a64d6
3 changed files with 1 additions and 518 deletions

View file

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