Update something in travis.

This commit is contained in:
James Cole 2016-02-05 19:16:42 +01:00
parent 082e6f5e99
commit 82a4c706b0

View File

@ -8,7 +8,9 @@ php:
install:
- composer selfupdate
- rm composer.lock
- composer update
- composer update --no-scripts
- php artisan clear-compiled
- php artisan optimize
- php artisan env
- mv -v .env.testing .env
- php artisan env