mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Working on TravisCI
This commit is contained in:
parent
a7176a0c62
commit
efada67032
@ -53,7 +53,7 @@ before_script:
|
||||
# Start webserver on ninja.dev:8000
|
||||
- php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background
|
||||
# Start PhantomJS
|
||||
- phantomjs --webdriver=4444 & # '&' allows to run in background
|
||||
- phantomjs --webdriver=4444 --ignore-ssl-errors=true & # '&' allows to run in background
|
||||
# Give it some time to start
|
||||
- sleep 5
|
||||
# Make sure the app is up-to-date
|
||||
|
Loading…
Reference in New Issue
Block a user