diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-21 14:05:32 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-21 22:36:26 +0200 |
commit | 18c6ee2abc305feb98013f06b6e85117271097ea (patch) | |
tree | 7c817696de4fd7769dda49cbf0baf69778c251e8 | |
parent | dbe6dac96543f426297a59d8d16c3f5afacf42d4 (diff) | |
download | haskell-18c6ee2abc305feb98013f06b6e85117271097ea.tar.gz |
Travis: use ghc-7.8.4 as stage0 to fix the build
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5e56226d37..5c847dac7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,13 +16,13 @@ addons: - ubuntu-toolchain-r-test packages: - cabal-install-1.18 - - ghc-7.6.3 + - ghc-7.8.4 - alex-3.1.3 - happy-1.19.4 - llvm-3.6 before_install: - - export PATH=/opt/ghc/7.6.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH + - export PATH=/opt/ghc/7.8.4/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/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 |