mirror of
https://github.com/nlohmann/json.git
synced 2025-01-19 15:53:00 +08:00
moved sources
This commit is contained in:
parent
4b37082e36
commit
be05dbe618
@ -8,11 +8,6 @@ language: cpp
|
||||
# container-based build
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources: &sources
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
|
||||
################
|
||||
# build matrix #
|
||||
@ -32,6 +27,7 @@ matrix:
|
||||
env: COMPILER=g++-4.9
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: g++-4.9
|
||||
|
||||
- os: linux
|
||||
@ -39,6 +35,7 @@ matrix:
|
||||
env: COMPILER=g++-5
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: g++-5
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user