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 912036b commit 6e9c419Copy full SHA for 6e9c419
.travis.yml
@@ -1,6 +1,8 @@
1
language: generic
2
3
-os: linux
+os:
4
+ - osx
5
+ - linux
6
sudo: false
7
cache:
8
apt: false
@@ -32,19 +34,11 @@ env:
32
34
- CC=gcc-6
33
35
- CXX=g++-6
36
matrix:
- - BUILD_TYPE="Release"
- - BUILD_TYPE="CodeCoverage"
37
+ - BUILD_TYPE="Release" OSX_PACKAGES="gcc@6 cmake"
38
+ - BUILD_TYPE="CodeCoverage" OSX_PACKAGES="gcc@6 cmake"
39
40
41
include:
- - os: osx
- env:
42
43
- OSX_PACKAGES="gcc@6 cmake"
44
45
46
47
48
- os: osx
49
env:
50
- BUILD_TYPE="InstallScript"
0 commit comments