Install valgrind

This commit is contained in:
Milo Yip 2014-06-30 23:46:34 +08:00
parent a2abe212a1
commit e3330d15c0

View File

@ -11,7 +11,7 @@ env:
before_install:
- sudo add-apt-repository -y ppa:codegear/release
- sudo apt-get update -qq
- sudo apt-get install -y premake4
- sudo apt-get install -y premake4 valgrind
install: true