Run all tests in Travis CI

This commit is contained in:
Matthew Ross 2017-01-14 15:12:04 -05:00
parent 1e330811ae
commit b27fca42de

View File

@ -12,7 +12,7 @@ before_script:
- touch tests.db
- chmod a+w tests.db
script:
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/travis.xml
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml
- gulp test-app && gulp coverage
after_success:
- echo -e "<?php\n print phpversion();" > version.php