Skip to content

Commit

Permalink
Testing OS X to CI for native builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 12, 2018
1 parent 2ade438 commit c0748c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ matrix:
os: osx
script: cppbuild/cppbuild -b

- env: MATRIX_EVAL="brew install gcc@8 libc6-dev && CC=gcc-8 && CXX=g++-8"
- env: MATRIX_EVAL="brew install gcc@8 && CC=gcc-8 && CXX=g++-8"
language: c++
compiler: gcc
os: osx
Expand Down

0 comments on commit c0748c7

Please sign in to comment.