Skip to content

Commit d89be50

Browse files
committed
Travis CI: add support for OSX
1 parent 46dcaa0 commit d89be50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ matrix:
7171
env:
7272
- BUILD_TYPE=Release
7373

74+
# OSX
75+
- os: osx
76+
env:
77+
- BUILD_TYPE=Debug
78+
- os: osx
79+
env:
80+
- BUILD_TYPE=Release
81+
7482
script:
7583
- |
7684
set -us

0 commit comments

Comments
 (0)