Skip to content

Commit

Permalink
Include OSX builds back into PR builds
Browse files Browse the repository at this point in the history
Had an instance where the breakage was not detected until the actual merge. Need to be better than that
  • Loading branch information
gennadiycivil authored Mar 29, 2018
1 parent 86d1407 commit 7888184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ matrix:
- os: osx
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1
if: type != pull_request
- os: osx
compiler: gcc
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
Expand All @@ -50,7 +49,6 @@ matrix:
env: BUILD_TYPE=Debug VERBOSE=1
if: type != pull_request
- os: osx
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
if: type != pull_request

Expand Down

0 comments on commit 7888184

Please sign in to comment.