install valgrind too.

pull/17/head
John Shahid 2013-10-24 17:10:24 -04:00
parent 3998d6ad3b
commit ec05cd4ec7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ go:
before_install:
- sudo apt-get update
- sudo apt-get install -y protobuf-compiler
- sudo apt-get install -y protobuf-compiler valgrind
install: ./build.sh
script: ./test.sh