Skip to content

Commit

Permalink
Merge pull request idris-lang#3607 from melted/disable_mac
Browse files Browse the repository at this point in the history
Allow failures for Travis Mac build
  • Loading branch information
melted authored Jan 6, 2017
2 parents 4a78f0d + ed5155c commit 906f564
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 906f564

Please sign in to comment.