Skip to content
Snippets Groups Projects
Commit aea3237c authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Update Travis CI job

parent ef549412
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ env: ...@@ -13,11 +13,11 @@ env:
- GHCVER=7.8.1 CABALVER=1.18 - GHCVER=7.8.1 CABALVER=1.18
- GHCVER=7.8.2 CABALVER=1.18 - GHCVER=7.8.2 CABALVER=1.18
- GHCVER=7.8.3 CABALVER=1.18 - GHCVER=7.8.3 CABALVER=1.18
- GHCVER=head CABALVER=1.20 - GHCVER=head CABALVER=head
matrix: matrix:
allow_failures: allow_failures:
- env: GHCVER=head CABALVER=1.20 - env: GHCVER=head CABALVER=head
before_install: before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc - travis_retry sudo add-apt-repository -y ppa:hvr/ghc
...@@ -32,7 +32,7 @@ install: ...@@ -32,7 +32,7 @@ install:
script: script:
- cabal configure -v2 - cabal configure -v2
- cabal build -v2 - cabal build -v2
- cabal check - if [ "$CABALVER" != "1.16" ]; then cabal check; fi
- cabal sdist - cabal sdist
# The following scriptlet checks that the resulting source distribution can be built & installed # The following scriptlet checks that the resulting source distribution can be built & installed
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ; - export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment