Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TRAVIS] Added osx again to travis
Browse files Browse the repository at this point in the history
cpockrandt committed Jul 17, 2018
1 parent 3ff8c61 commit 52e2ed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -76,6 +76,9 @@ matrix:
- cmake
- g++-6

- env: MYCC="clang" MYCXX="clang++" STDLIB=libc++
os: osx

before_script:
- export CXX=$MYCXX
- export CC=$MYCC

0 comments on commit 52e2ed1

Please sign in to comment.