diff --git a/.travis.yml b/.travis.yml index 84f1646a..fe5fc126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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