diff --git a/.travis.yml b/.travis.yml index 8bbe9a4b54..bf6d753484 100755 --- a/.travis.yml +++ b/.travis.yml @@ -102,10 +102,9 @@ script: - whereis chromedriver - cd tests/behat - pwd - - sudo cat /var/log/apache2/$VHOST_URL-error.log - - sudo cat /var/log/apache2/$VHOST_URL-access.log - - ../../vendor/behat/behat/bin/behat -v features/accessCompanyReports.feature - - travis_wait 60 ../../vendor/behat/behat/bin/behat -v + - travis_wait 45 ../../vendor/behat/behat/bin/behat -v + # - sudo cat /var/log/apache2/$VHOST_URL-error.log + # - sudo cat /var/log/apache2/$VHOST_URL-access.log # configure notifications (email, IRC, campfire etc)