Skip to content

Commit

Permalink
parse errors on failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniël Klabbers committed Jun 9, 2016
1 parent 3900782 commit c7ae866
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Expand Up @@ -11,5 +11,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
[*.{json,yml,md}]
indent_size = 2
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -41,3 +41,6 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

after_failure:
- cat /var/log/travis-queue.log
2 changes: 1 addition & 1 deletion scripts/travis.sh
Expand Up @@ -19,7 +19,7 @@ autostart=1
autorestart=1
user=root
directory=$TRAVIS_BUILD_DIR/vendor/laravel/laravel
stdout_logfile=/var/log/queue.log
stdout_logfile=/var/log/travis-queue.log
redirect_stderr=true
EOF
sudo mv -f /tmp/supervisor /etc/supervisor/conf.d/laravel-queue.conf
Expand Down

0 comments on commit c7ae866

Please sign in to comment.