Skip to content

Commit

Permalink
Allow crusty gcc build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ajg committed Aug 6, 2014
1 parent 58a5311 commit d3bcdc3
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .travis.yml
Expand Up @@ -13,34 +13,27 @@ compiler:
# - linux
# - osx
#
# matrix:
# allow_failures:
# - os: osx
matrix:
allow_failures:
- compiler: g++
# - os: osx

branches:
only:
- master
- v1

before_script:
- which clang
- which clang++

before_install:
- which clang
- which clang++
# before_install:

install:
- which clang
- which clang++
- sudo apt-get update
- sudo apt-get install valgrind
# TODO: Build environment with boost available.
# - sudo apt-get install libboost-dev libboost-python-dev

# before_script:

script:
- which clang
- which clang++
- travis_wait scons
- tests/harness.out
- valgrind --track-origins=yes tests/harness.out
Expand Down

0 comments on commit d3bcdc3

Please sign in to comment.