Skip to content

Commit

Permalink
Allow failures for Travis Mac build
Browse files Browse the repository at this point in the history
It times out more often than not.
  • Loading branch information
melted committed Jan 6, 2017
1 parent 1a4c80a commit ed5155c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ matrix:
- env: CABALVER="1.24" GHCVER="8.0.1" TESTS="test_c"
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,cppcheck,hscolour], sources: [hvr-ghc]}}
allow_failures:
- os: osx
env: CABALVER="1.24" GHCVER="8.0.1" TESTS="test_c"
compiler: ": #GHC 8.0.1"
fast-finish: true

cache:
directories:
Expand All @@ -56,7 +61,6 @@ before_install:
- env
- if [[ $TRAVIS_OS_NAME == 'osx' ]];
then
brew update;
brew outdated pkgconfig || brew install pkgconfig;
brew install ghc cabal-install libffi cppcheck gnu-sed;
export PATH=$HOME/.cabal/bin:$PATH;
Expand Down

0 comments on commit ed5155c

Please sign in to comment.