Skip to content

Commit 9a0d6e7

Browse files
committed
Add valgrind package to Travis CI
1 parent 17c1cbe commit 9a0d6e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ compiler:
44
- clang
55
- gcc
66

7+
8+
addons:
9+
apt:
10+
packages:
11+
- valgrind
12+
713
before_install:
814
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
915
- sudo apt-get update -qq

0 commit comments

Comments
 (0)