[commit: packages/pretty] large_docs, master, moretests: tweaks to travis ci (9799d77)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:48:55 UTC 2015


Repository : ssh://git@git.haskell.org/pretty

On branches: large_docs,master,moretests
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/9799d771a4d3457955811cdaebe7b501f2c287b7

>---------------------------------------------------------------

commit 9799d771a4d3457955811cdaebe7b501f2c287b7
Author: David Terei <code at davidterei.com>
Date:   Wed Dec 17 02:06:29 2014 -0800

    tweaks to travis ci


>---------------------------------------------------------------

9799d771a4d3457955811cdaebe7b501f2c287b7
 .travis.yml | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ff8b00f..8cb857c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,14 @@
+language: haskell
 env:
-  - CABALVER=1.16 GHCVER=7.4.1
-  - CABALVER=1.16 GHCVER=7.4.2
-  - CABALVER=1.16 GHCVER=7.6.1
-  - CABALVER=1.16 GHCVER=7.6.2
-  - CABALVER=1.16 GHCVER=7.6.3
-  - CABALVER=1.18 GHCVER=7.8.1
-  - CABALVER=1.18 GHCVER=7.8.2
-  - CABALVER=1.18 GHCVER=7.8.3
+  - CABALVER=1.18 GHCVER=7.4.1
+  - CABALVER=1.18 GHCVER=7.4.2
+  - CABALVER=1.18 GHCVER=7.6.1
+  - CABALVER=1.18 GHCVER=7.6.2
+  - CABALVER=1.18 GHCVER=7.6.3
+  - CABALVER=1.20 GHCVER=7.8.1
+  - CABALVER=1.20 GHCVER=7.8.2
+  - CABALVER=1.20 GHCVER=7.8.3
+  - CABALVER=1.20 GHCVER=7.8.3
   - CABALVER=head GHCVER=head
 
 matrix:
@@ -25,6 +27,7 @@ install:
   - travis_retry cabal update
 
 script:
+ - cabal install --only-dependencies --enable-tests
  - cabal configure -v2
  - cabal build
  - cabal check || [ "$CABALVER" == "1.16" ]



More information about the ghc-commits mailing list