[commit: ghc] wip/rae: Update Travis to bootstrap with 8.0.2 (d255a20)
git at git.haskell.org
git at git.haskell.org
Fri Aug 18 19:47:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/d255a201fda9495b21d448ead0066249f67b6bd5/ghc
>---------------------------------------------------------------
commit d255a201fda9495b21d448ead0066249f67b6bd5
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date: Fri Aug 18 15:47:22 2017 -0400
Update Travis to bootstrap with 8.0.2
>---------------------------------------------------------------
d255a201fda9495b21d448ead0066249f67b6bd5
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 218f5ba..8e314b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,14 +18,14 @@ addons:
- ubuntu-toolchain-r-test
packages:
- cabal-install-1.18
- - ghc-7.10.3
+ - ghc-8.0.2
- alex-3.1.3
- happy-1.19.4
- python3
#- llvm-3.7
before_install:
- - export PATH=/opt/ghc/7.10.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.7/bin:$PATH
+ - export PATH=/opt/ghc/8.0.2/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.7/bin:$PATH
# Be explicit about which protocol to use, such that we don't have to repeat the rewrite command for each.
- git config remote.origin.url git://github.com/${TRAVIS_REPO_SLUG}.git
More information about the ghc-commits
mailing list