From c46ded6a376320d87bc2921c329bb8557501ea07 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Sun, 24 Sep 2017 19:27:50 +0200 Subject: [PATCH] Improvements --- .travis.yml | 2 +- build.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@ +