From 40f7004a18e6a8b1348967933b05240e624445ad Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 13:42:07 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a0e5caa6210..157e2da126fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -sudo: false +sudo: true php: - 5.5 @@ -64,8 +64,8 @@ script: after_script: #- cat tests/_output/* - #- cat /var/log/apache2/access.log - #- cat /var/log/apache2/error.log + - cat /var/log/apache2/access.log + - cat /var/log/apache2/error.log - cat storage/logs/laravel.log