diff options
author | Michael Sloan <mgsloan@gmail.com> | 2018-06-28 17:07:45 -0700 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-07-12 11:25:03 -0400 |
commit | 7527d1fef3927d0d9ff937645b958d9c40673540 (patch) | |
tree | 0605cf95f0447aebfad4cc3ba80135a81945b333 /.travis.yml | |
parent | 00cb530c40d897742ca69a7ee0942754a1f3802b (diff) | |
download | haskell-7527d1fef3927d0d9ff937645b958d9c40673540.tar.gz |
Attempt to fix travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 09d9fef137..980c3ae665 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,15 +17,15 @@ addons: #- llvm-toolchain-precise-3.7 - ubuntu-toolchain-r-test packages: - - cabal-install-2.0 - - ghc-8.2.1 + - cabal-install-2.2 + - ghc-8.4.3 - alex-3.1.7 - happy-1.19.5 - python3 #- llvm-3.7 before_install: - - export PATH=/opt/ghc/8.2.1/bin:/opt/cabal/1.24/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/bin:/usr/lib/llvm-3.7/bin:$PATH + - export PATH=/opt/ghc/8.4.3/bin:/opt/cabal/2.2/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/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 |