Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jul 31, 2014
1 parent 7e1cf4f commit 5f11bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
- "make"
- "sudo make install"
- "$WINE seq2gif --version"
- "if [ x$GCOV != x ]; then make coveralls || exit 1; fi"

after_success:
- "if [ x$WINE = x ]; then make valgrind && exit 0 || cat valgrind.log && exit 1; fi"
- "if [ x$GCOV != x ]; then make coveralls || exit 1; fi"

0 comments on commit 5f11bce

Please sign in to comment.