mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Working on TravisCI
This commit is contained in:
parent
203090820c
commit
5876f41934
@ -48,6 +48,7 @@ before_script:
|
||||
- php artisan migrate --no-interaction
|
||||
- php artisan db:seed --no-interaction # default seed
|
||||
- php artisan db:seed --no-interaction --class=UserTableSeeder # development seed
|
||||
- mysql -u root -e "use ninja;select email from users;"
|
||||
# Start webserver on ninja.dev:8000
|
||||
- php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background
|
||||
# Start PhantomJS
|
||||
|
Loading…
x
Reference in New Issue
Block a user