Skip to content

Commit

Permalink
simplification travis build file, show some info and tests logs failu…
Browse files Browse the repository at this point in the history
…re on build failure
  • Loading branch information
McFoggy committed Sep 18, 2013
1 parent bedaaca commit 74fba9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ before_install:
- "export DISPLAY=:99.0"
- "export TERM=dumb"
- "sh -e /etc/init.d/xvfb start"
script: gradle clean check --info
after_script:
script: gradle check --info
after_failure:
- "cat ./build/test-results/*.xml"
jdk:
- oraclejdk7
- oraclejdk7

0 comments on commit 74fba9c

Please sign in to comment.