Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 12:53:25 +02:00
parent efada67032
commit 6e3b5194e8

View File

@ -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 --ignore-ssl-errors=true & # '&' allows to run in background
- phantomjs --webdriver=4444 --ssl-protocol=any & # '&' allows to run in background
# Give it some time to start
- sleep 5
# Make sure the app is up-to-date