Skip to content

Commit

Permalink
Expose integration test artifact on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jan 15, 2015
1 parent d3ead1f commit f04afa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ env:
- DISPLAY=:99.0
before_script:
- "sh -e /etc/init.d/xvfb start"
after_failure:
- "echo 'Uploading result of integration test to clbin.com'"
- "cat build/tests/github.xhtml | curl -F 'clbin=<-' https://clbin.com"
deploy:
provider: npm
email: christoph.burgmer@gmail.com
Expand Down

0 comments on commit f04afa6

Please sign in to comment.