1
0
mirror of https://github.com/nlohmann/json synced 2024-12-28 19:31:10 +00:00

👷 removed gcc

This commit is contained in:
Niels Lohmann 2017-08-10 20:06:47 +02:00
parent 6b20f6d1ef
commit e7f2d2646a
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -33,8 +33,7 @@ matrix:
env: COMPILER=clang++-3.8
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.8']
packages: ['g++-6', 'clang-3.8']
packages: ['clang-3.8']
################
# build script #