.travis.yml: install valgrind on the CI VM

This commit is contained in:
Ilya Lipnitskiy 2013-12-03 10:36:14 -08:00
parent baa3ab296d
commit d74ef06435

View File

@ -5,6 +5,7 @@ before_install:
install:
- sudo apt-get -q install protobuf-compiler libprotobuf-dev libprotoc-dev
valgrind
script:
- ./autogen.sh