TravisCI config file.

This commit is contained in:
John McNamara 2014-06-08 20:36:40 +01:00
parent 605fb3a0c8
commit f332038f50

View File

@ -5,9 +5,7 @@ compiler:
- gcc
install:
- uname -a
- sudo pip install pytest
- sudo apt-get install -y zlib1g-dev
- sudo apt-get install -y valgrind
- wget http://googletest.googlecode.com/files/gtest-1.7.0.zip
- unzip gtest-1.7.0.zip