Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Apr 29, 2016
1 parent c6596fc commit aa94180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ after_success:
# only collect coverage if compiled with gcc
- if [ "$CXX" = "g++-4.8" ]; then codecov --gcov-exec gcov-4.8; fi
- cat "/home/travis/build/patflick/mxx/build/#home#travis#build#patflick#mxx#include#mxx#sort.hpp.gcov"
- gdb -batch -ex "b sort.hpp:47" -ex run -ex disas -ex q --args ./bin/mxx-test-sort

0 comments on commit aa94180

Please sign in to comment.