Skip to content

Commit

Permalink
[TRAVIS] Added osx again to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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
Expand Down

0 comments on commit 52e2ed1

Please sign in to comment.