File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ matrix:
46
46
env : PYTHON=3.6 CPP=11 GCC=4.8
47
47
addons :
48
48
apt :
49
- sources : [deadsnakes]
50
- packages : [python3.6-dev python3.6-venv, cmake=2.\*, cmake-data=2.\*]
49
+ packages : [cmake=2.\*, cmake-data=2.\*]
51
50
- sudo : true
52
51
services : docker
53
52
env : PYTHON=2.7 CPP=14 GCC=6 CMAKE=1
@@ -61,8 +60,8 @@ matrix:
61
60
env : PYTHON=3.6 CPP=17 CLANG=5.0
62
61
addons :
63
62
apt :
64
- sources : [deadsnakes, llvm-toolchain-trusty-5.0, ubuntu-toolchain-r-test]
65
- packages : [python3.6-dev python3.6-venv clang-5.0 llvm-5.0-dev, lld-5.0]
63
+ sources : [llvm-toolchain-trusty-5.0, ubuntu-toolchain-r-test]
64
+ packages : [clang-5.0 llvm-5.0-dev, lld-5.0]
66
65
- os : osx
67
66
osx_image : xcode7.3
68
67
env : PYTHON=2.7 CPP=14 CLANG CMAKE=1
You can’t perform that action at this time.
0 commit comments