Updated test script

This commit is contained in:
James Cole 2017-01-24 12:08:06 +01:00
parent 90c16e2a07
commit d55dfe27dc
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -1,5 +1,4 @@
language: php
sudo: false
php:
- 7.0
- 7.1
@ -19,6 +18,7 @@ install:
- phpenv config-rm xdebug.ini
- rm composer.lock
- composer update --no-scripts
- cp .env.testing .env
- php artisan clear-compiled
- php artisan optimize
- php artisan env