Add ant to travis ci

This commit is contained in:
Thilina Hasantha
2019-08-30 03:18:38 +02:00
parent 526ee66e2d
commit 91bb1d2d8a

View File

@@ -7,7 +7,6 @@ addons:
before_script:
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- apt-get install ant
#- rm $TRAVIS_BUILD_DIR/tools/phpunit
#- composer require --dev phpunit/phpunit ~6.5.5
#- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version