Skip to content

Commit 6561a22

Browse files
committed
linux:gcc, osx:clang
1 parent 9ddc04c commit 6561a22

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ addons:
4545
# - linux
4646
# - osx
4747
language: cpp
48-
compiler:
49-
- gcc
50-
- clang
48+
#compiler:
49+
# - gcc
50+
# - clang
5151
script: ./travis.sh
5252
env:
5353
matrix:
@@ -60,9 +60,11 @@ matrix:
6060
include:
6161
- os: osx
6262
osx_image: xcode9.4
63+
compiler: clang
6364
#export PYENV_ROOT=/usr/local/var/pyenv
6465
- os: linux
6566
dist: trusty
67+
compiler: gcc
6668
notifications:
6769
email: false
6870
sudo: false

0 commit comments

Comments
 (0)