Update travis configuration.

This commit is contained in:
James Cole 2016-11-19 16:03:59 +01:00
parent e4ecd0b7ff
commit ff4e1838bc
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -0,0 +1,19 @@
language: php
sudo: false
php:
- 7
install:
- phpenv config-rm xdebug.ini
- composer selfupdate
- rm composer.lock
- composer update --no-scripts
- php artisan clear-compiled
- php artisan optimize
- php artisan env
- mv -v .env.testing .env
- php artisan env
- test.sh --notest
script:
- phpunit