more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:29:46 -05:00
parent dd6a45e567
commit 5527fb3d64
7 changed files with 55 additions and 24 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ before_install:
before_script:
- cp .env.travis .env
- composer self-update
- make build
script:
- make tests
- php artisan database:create --reset
- vendor/bin/phpunit --debug --verbose --testdox tests