1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 13:03:06 +02:00
parent ec6922cca0
commit 19a4978fe5
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ script:
- php ./vendor/codeception/codeception/codecept run --html --debug - php ./vendor/codeception/codeception/codecept run --html --debug
after_script: after_script:
- cat tests/_output/*
- cat /var/log/apache2/access.log - cat /var/log/apache2/access.log
- cat /var/log/apache2/error.log - cat /var/log/apache2/error.log
- cat storage/logs/laravel.log - cat storage/logs/laravel.log

View File

@ -8,7 +8,7 @@ class_name: AcceptanceTester
modules: modules:
enabled: enabled:
- WebDriver: - WebDriver:
url: 'http://ninja.dev:8000/' url: 'http://ninja.dev:8000'
window_size: 1024x768 window_size: 1024x768
wait: 5 wait: 5
browser: phantomjs browser: phantomjs