Skip to content

Commit

Permalink
Merge pull request #11 from OhmData/travis
Browse files Browse the repository at this point in the history
Build a stock travis
  • Loading branch information
chirino committed Jun 20, 2016
2 parents 098c501 + aed6cbd commit a73fc16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: java
after_failure: print_surefire_reports.sh
11 changes: 11 additions & 0 deletions print_surefire_reports.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env sh
echo "Current directory is $(pwd)"
echo "\n=== SUREFIRE REPORTS ===\n"

for i in hawtjni-runtime hawtjni-generator maven-hawtjni-plugin hawtjni-example hawtjni-website
do for F in ${i}/target/surefire-reports/*.txt
do echo $F
cat $F
echo
done
done

0 comments on commit a73fc16

Please sign in to comment.