[commit: packages/parallel] master: Fix-up broken Travis-job commit b969cb2 (ad13ba8)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:16:27 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/ad13ba8794c0bb87c997a56e91e82536bcef1c86

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

commit ad13ba8794c0bb87c997a56e91e82536bcef1c86
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Dec 2 17:19:06 2014 +0100

    Fix-up broken Travis-job commit b969cb2


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

ad13ba8794c0bb87c997a56e91e82536bcef1c86
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8bc5b39..cc5fb0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,15 @@
 env:
- - CABALVER=1.16 HCVER=7.0.1
- - CABALVER=1.16 HCVER=7.0.4
- - CABALVER=1.16 HCVER=7.2.2
- - CABALVER=1.16 HCVER=7.4.2
- - CABALVER=1.16 HCVER=7.6.3
- - CABALVER=1.18 HCVER=7.8.3
- - CABALVER=head HCVER=head
+ - CABALVER=1.16 GHCVER=7.0.1
+ - CABALVER=1.16 GHCVER=7.0.4
+ - CABALVER=1.16 GHCVER=7.2.2
+ - CABALVER=1.16 GHCVER=7.4.2
+ - CABALVER=1.16 GHCVER=7.6.3
+ - CABALVER=1.18 GHCVER=7.8.3
+ - CABALVER=head GHCVER=head
 
 matrix:
   allow_failures:
-   - env: CABALVER=head HCVER=head
+   - env: CABALVER=head GHCVER=head
 
 before_install:
  - travis_retry sudo add-apt-repository -y ppa:hvr/ghc



More information about the ghc-commits mailing list