Skip to content

Commit

Permalink
Improved travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jul 16, 2018
1 parent a401ad3 commit ecad3d9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if: tag IS blank # don't build tags
language: cpp
sudo: false
sudo: true # travis-ci/travis-ci#9033
os: linux
compiler: gcc

Expand Down Expand Up @@ -64,12 +65,6 @@ matrix:
osx_image: xcode9.2
os: osx

allow_failures:
# sanitize on Linux is broken on Travis CI, so allow these failures until it's resolved
- env: COMPILER=clang++-4.0 ADDITIONAL_CXX_FLAGS="-g -fno-omit-frame-pointer -fsanitize=address,undefined"
- env: COMPILER=clang++-5.0 ADDITIONAL_CXX_FLAGS="-g -fno-omit-frame-pointer -fsanitize=address,undefined"


before_script:
- ${COMPILER} --version
- cmake --version
Expand Down

0 comments on commit ecad3d9

Please sign in to comment.