Browse Source

Minor - add error log

Julio Montoya 6 years ago
parent
commit
dc6f35c0da
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -95,6 +95,7 @@ before_install:
   # Check the result of index.php and check if main.js is build in travis
   # Check the result of index.php and check if main.js is build in travis
   - curl $VHOST_URL
   - curl $VHOST_URL
   - ls -la web/build
   - ls -la web/build
+  - sudo cat /var/log/apache2/$VHOST_URL-error.log
 
 
 script:
 script:
   - whereis google-chrome-stable
   - whereis google-chrome-stable
@@ -104,7 +105,7 @@ script:
   - cd tests/behat
   - cd tests/behat
   - pwd
   - pwd
   - travis_wait 45 ../../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
   # - sudo cat /var/log/apache2/$VHOST_URL-access.log