Skip to content

Commit

Permalink
Merge pull request #31 from Morwenn/valgrind
Browse files Browse the repository at this point in the history
Valgrind support in Travis.
  • Loading branch information
Morwenn committed Nov 23, 2015
2 parents e5bfb90 + fb7313e commit 56457af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ addons:
packages:
- clang-3.8
- g++-5
- valgrind

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
Expand All @@ -24,7 +25,7 @@ install:
script:
- cmake .
- make
- testsuite/cpp-sort-testsuite
- valgrind --leak-check=full testsuite/cpp-sort-testsuite

notifications:
email: false

0 comments on commit 56457af

Please sign in to comment.