Travis file update.

This commit is contained in:
James Cole 2016-02-05 18:53:31 +01:00
parent f72a8c5c06
commit 1ee72a6ce5

View File

@ -7,6 +7,7 @@ php:
install:
- composer selfupdate
- composer --version
- composer install --no-dev
- composer update
- php artisan env
@ -18,4 +19,4 @@ install:
- php artisan migrate --seed
script:
- phpunit --debug
- phpunit