Skip to content

Commit 9f6ccf1

Browse files
authored
Update .travis.yml
1 parent 876f733 commit 9f6ccf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ matrix:
66
dist: trusty
77
sudo: required
88
compiler: gcc
9+
- os: osx
10+
compiler: clang
11+
912

1013
script:
1114
- mkdir build && cd build && cmake .. && make && cmake -E tar "cfvz" TestCPP-$TRAVIS_OS_NAME.tgz

0 commit comments

Comments
 (0)