Skip to content

Commit

Permalink
Fix the possible build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Sep 3, 2017
1 parent 25324c7 commit 3ac6d0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
- "$HOME/.cabal"
- "$HOME/.stack"
matrix:
fast_finish: true
include:
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 7.10.3"
Expand Down Expand Up @@ -49,7 +50,7 @@ matrix:
- c2hs
sources:
- hvr-ghc
- env: BUILD=stack ARGS="--resolver lts-9.0"
- env: BUILD=stack ARGS="--resolver lts-9.2"
compiler: ": #stack 8.0.2"
addons:
apt:
Expand Down Expand Up @@ -136,9 +137,6 @@ install:
cabal --version
travis_retry cabal update
# Get the list of packages from the stack.yaml file
PACKAGES=$(stack --install-ghc query locals | grep '^ *path' | sed 's@^ *path:@@')
cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
;;
esac
Expand Down

0 comments on commit 3ac6d0a

Please sign in to comment.