We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7352c9c commit ac9fa53Copy full SHA for ac9fa53
1 file changed
.travis.yml
@@ -17,17 +17,19 @@ env:
17
18
matrix:
19
include:
20
- - compiler: gcc
+ - os: linux
21
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++98
22
23
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++11
24
25
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++98
26
27
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++11
28
- - compiler: clang
29
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
30
31
+ env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
32
+ - os: osx
33
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
34
- env: PYTHON=python DOC=1
35
0 commit comments