Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 10:50:35 +02:00
parent f8d5993337
commit 44c638ea54
2 changed files with 2 additions and 3 deletions

View File

@ -56,8 +56,6 @@ before_script:
- phantomjs --webdriver=4444 & # '&' allows to run in background
# Give it some time to start
- sleep 5
# Make sure the app is up-to-date
#- curl -L http://ninja.dev:8000/update
script:
- php ./vendor/codeception/codeception/codecept run --html --debug

View File

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