mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -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
|
- 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
|
|
||||||
#- curl -L http://ninja.dev:8000/update
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php ./vendor/codeception/codeception/codecept run --html --debug
|
- php ./vendor/codeception/codeception/codecept run --html --debug
|
||||||
|
@ -12,7 +12,8 @@ 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
|
||||||
|
http_proxy: direct
|
||||||
capabilities:
|
capabilities:
|
||||||
unexpectedAlertBehaviour: 'accept'
|
unexpectedAlertBehaviour: 'accept'
|
||||||
webStorageEnabled: true
|
webStorageEnabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user