Do not test hhvm. Fix script.

This commit is contained in:
James Cole 2016-11-19 16:17:04 +01:00
parent 7ec9c090cc
commit 01e3f91ece
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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