Improvements

This commit is contained in:
gamonoid
2017-09-24 19:32:18 +02:00
parent c46ded6a37
commit 7424471a60

View File

@@ -5,6 +5,7 @@ before_script:
install:
- composer require --dev phpunit/phpunit ^5.7
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
- cp $TRAVIS_BUILD_DIR/vendor/bin/phpunit $TRAVIS_BUILD_DIR/tools
#script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit
script: ant build-ci
language: php