mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Working on TravisCI
This commit is contained in:
parent
ec6922cca0
commit
19a4978fe5
@ -63,6 +63,7 @@ script:
|
||||
- php ./vendor/codeception/codeception/codecept run --html --debug
|
||||
|
||||
after_script:
|
||||
- cat tests/_output/*
|
||||
- cat /var/log/apache2/access.log
|
||||
- cat /var/log/apache2/error.log
|
||||
- cat storage/logs/laravel.log
|
||||
|
@ -8,7 +8,7 @@ class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://ninja.dev:8000/'
|
||||
url: 'http://ninja.dev:8000'
|
||||
window_size: 1024x768
|
||||
wait: 5
|
||||
browser: phantomjs
|
||||
|
Loading…
Reference in New Issue
Block a user