Skip to content

Commit

Permalink
Merge pull request #8 from leapmotion/fix-printlatest
Browse files Browse the repository at this point in the history
Print testing results in the event of a failure
  • Loading branch information
gtremper committed Jul 30, 2014
2 parents 27bd0e9 + db1798a commit 996813c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,8 @@ script:
- export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8:$LD_LIBRARY_PATH
- make -j 16 || make
- make test
after_failure:
- cat Testing/Temporary/LastTest.log 2> /dev/null
os:
- linux
- osx

0 comments on commit 996813c

Please sign in to comment.