Fix travis script.

This commit is contained in:
James Cole
2016-11-19 16:28:04 +01:00
parent 01e3f91ece
commit 5a2ef36f2a
2 changed files with 25 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ install:
- php artisan clear-compiled
- php artisan optimize
- php artisan env
- ./test.sh --notest --reset
- ./test.sh -r
- php artisan env
script: