Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 11:30:29 +02:00
parent edda5eb2fc
commit cbbe56c38f
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ before_script:
# Start webserver on ninja.dev:8000 # Start webserver on ninja.dev:8000
- php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background - php artisan serve --host=ninja.dev --port=8000 & # '&' allows to run in background
# Start PhantomJS # Start PhantomJS
- phantomjs --webdriver=4444 & # '&' allows to run in background #- phantomjs --webdriver=4444 & # '&' allows to run in background
# Give it some time to start # Give it some time to start
- sleep 5 - sleep 5
# Make sure the app is up-to-date # Make sure the app is up-to-date

View File

@ -12,7 +12,7 @@ modules:
host: 127.0.0.1 host: 127.0.0.1
window_size: 1024x768 window_size: 1024x768
wait: 5 wait: 5
browser: phantomjs browser: firefox
capabilities: capabilities:
unexpectedAlertBehaviour: 'accept' unexpectedAlertBehaviour: 'accept'
webStorageEnabled: true webStorageEnabled: true