From 2f9d35b9838ce87266288013fe644c3a0940a9c3 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sun, 5 Mar 2017 22:48:15 -0500 Subject: [PATCH] try to use cxxtest from apt for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6417ce3..0b1596d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: sources: - ubuntu-toolchain-r-test packages: - - g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev + - g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev cxxtest env: - COMPILER=g++-6 - COVERAGE=OFF