Working on adding check-data to Travis

This commit is contained in:
Hillel Coren 2017-03-09 20:40:53 +02:00
parent be10b80fbf
commit 79c1de78ad

View File

@ -66,7 +66,7 @@ before_script:
- sleep 5
# Make sure the app is up-to-date
- curl -L http://ninja.dev:8000/update
- php artisan ninja:create-test-data 10 true
- php artisan ninja:create-test-data 4 true
- php artisan db:seed --no-interaction --class=UserTableSeeder # development seed
script: