diff --git a/.travis.yml b/.travis.yml index efb24c6544..55481d4251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: php sudo: false php: - '7.0' - - hhvm install: - phpenv config-rm xdebug.ini @@ -12,9 +11,8 @@ install: - php artisan clear-compiled - php artisan optimize - php artisan env - - mv -v .env.testing .env - - php artisan env - ./test.sh --notest --reset + - php artisan env script: - phpunit \ No newline at end of file