Skip to content
Snippets Groups Projects
Commit 7977cbba authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Put the check-syntax script to work in the travis build. This resolves #361.

parent a06fa611
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ matrix:
allow_failures:
- php: hhvm
before_script: composer update --dev
script: php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit
script:
- php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit
- bin/check-syntax.sh
after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
notifications:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment