Skip to content

Commit d430756

Browse files
committed
try apt-get update before install valgrind
1 parent 4c6aecf commit d430756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# cmake is pre-installed in Travis for both linux and osx
88

99
before_install:
10+
- sudo apt-get update -qq
1011
- sudo apt-get install -qq valgrind
1112
os:
1213
- linux

0 commit comments

Comments
 (0)