* [ADD] Travis CI

This commit is contained in:
nuxsmin
2018-07-23 11:58:36 +02:00
committed by Rubén D
parent de1857cc15
commit 91ca08df25

View File

@@ -11,7 +11,7 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit --bootstrap $TRAVIS_BUILD_DIR/test/bootstrap.php $TRAVIS_BUILD_DIR/test
script: ./vendor/bin/phpunit --bootstrap ./test/bootstrap.php ./test
notifications:
on_success: never