Another tweak getting closer

This commit is contained in:
Vincent Sposato
2015-08-15 20:15:55 -04:00
parent 775239e2ed
commit f836f88e38
+1
View File
@@ -32,6 +32,7 @@ before_script:
- php artisan db:seed --env=travis-ci --no-interaction -vvv
- ./vendor/bin/codecept build
- php artisan serve --env=travis-ci &
- php artisan env
# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use