From 19a4978fe53513f051f36655ad436f0a6c6b10df Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 13:03:06 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 1 + tests/acceptance.suite.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 211c405a8423..e5f5298c803e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 5f3486a3c0be..34317d145566 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -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