From dbbfda0e96037da4f208ff8f00d181a5294484ae Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 22 Jun 2013 22:30:13 -0700 Subject: add new stuff stuff (with tests!), poison memcmp and strncpy --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2722936..ead11f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ install: sudo apt-get update -qq; fi - sudo apt-get install -qq ${REAL_CXX} + - sudo apt-get install -qq libgtest-dev ## Do something before the main test script # before_script: ... @@ -39,7 +40,8 @@ script: - make -k -j2 CXX=${REAL_CXX} CPPFLAGS=-DQUIET ## Do something after the main test script -# after_script: ... +after_script: + - make test ### The rest of the file creates a build matrix ### containing gcc-4.6 through gcc-4.7 and clang-3.1 -- cgit v1.2.3-60-g2f50