Skip to content

Commit

Permalink
GEODE-992: Integrate with Travis CI
Browse files Browse the repository at this point in the history
To assist in debugging, cat the rat file on error.
  • Loading branch information
Swapnil Bawaskar committed Feb 26, 2016
1 parent 9b55879 commit e666a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

after_failure:
- cat build/reports/rat/rat-report.txt

0 comments on commit e666a85

Please sign in to comment.