mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:04:41 -04:00
Working on TravisCI
This commit is contained in:
parent
f8d5993337
commit
44c638ea54
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user