diff --git a/.travis.yml b/.travis.yml index 1ff810dc..59c7a950 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/build.xml b/build.xml index b6ae7eac..8bd7b419 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,9 @@ +