We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddc04c commit 6561a22Copy full SHA for 6561a22
.travis.yml
@@ -45,9 +45,9 @@ addons:
45
# - linux
46
# - osx
47
language: cpp
48
-compiler:
49
- - gcc
50
- - clang
+#compiler:
+# - gcc
+# - clang
51
script: ./travis.sh
52
env:
53
matrix:
@@ -60,9 +60,11 @@ matrix:
60
include:
61
- os: osx
62
osx_image: xcode9.4
63
+ compiler: clang
64
#export PYENV_ROOT=/usr/local/var/pyenv
65
- os: linux
66
dist: trusty
67
+ compiler: gcc
68
notifications:
69
email: false
70
sudo: false
0 commit comments