Skip to content

Commit

Permalink
output /etc/nginx/nginx.conf on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongthamhl committed Jul 28, 2015
1 parent e8f920c commit 9062c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ script:
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
after_failure:
- cat /etc/nginx/nginx.conf

0 comments on commit 9062c4d

Please sign in to comment.