Skip to content

Commit ac9fa53

Browse files
committed
Add OSX to CI test matrix.
1 parent 7352c9c commit ac9fa53

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ env:
1717

1818
matrix:
1919
include:
20-
- compiler: gcc
20+
- os: linux
2121
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++98
22-
- compiler: gcc
22+
- os: linux
2323
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++11
24-
- compiler: gcc
24+
- os: linux
2525
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++98
26-
- compiler: gcc
26+
- os: linux
2727
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++11
28-
- compiler: clang
28+
- os: linux
2929
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
30-
- compiler: clang
30+
- os: linux
31+
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
32+
- os: osx
3133
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
3234
- env: PYTHON=python DOC=1
3335

0 commit comments

Comments
 (0)