use the correct names for apt-get

This commit is contained in:
Thomas Fussell 2017-02-28 00:26:17 -05:00
parent ba533688c3
commit 65ad2466e1

View File

@ -17,7 +17,7 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-6 zlib cryptopp - g++-6 zlib1g libcrypto++6 libcrypto++-dbg libcrypto++-dev
env: env:
- COMPILER=g++-6 - COMPILER=g++-6
- COVERAGE=OFF - COVERAGE=OFF