Improvements

This commit is contained in:
gamonoid
2017-09-24 19:27:50 +02:00
parent 6c61577583
commit c46ded6a37
2 changed files with 4 additions and 1 deletions

View File

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