From 3883d8ae197dd94210daad7e51a8a976107f7989 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 2 Mar 2017 08:50:00 -0500 Subject: [PATCH] use correct cryptopp apt-get packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd9099ce..d6417ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: sources: - ubuntu-toolchain-r-test packages: - - g++-6 zlib1g libcrypto++6 libcrypto++-dbg libcrypto++-dev + - g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev env: - COMPILER=g++-6 - COVERAGE=OFF