travis: update the apt-get db

This commit is contained in:
Carlos Martín Nieto 2012-12-14 03:02:33 +01:00
parent 2d466b7dcb
commit 37ac44366b

View File

@ -20,7 +20,8 @@ matrix:
# Make sure CMake is installed
install:
- sudo apt-get install cmake valgrind
- sudo apt-get update >/dev/null
- sudo apt-get -q install cmake valgrind
# Run the Build script
script: