diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-02-24 18:53:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 18:53:33 -0800 |
commit | d667f4e0a4ffc581dbbdddf01b5e5c88bd60e790 (patch) | |
tree | 65c73959d002d9731ec1f2dbfb702a0ef918f44d | |
parent | c323c257be0bc118a0501416f06bda8fd51c92f9 (diff) |
Update .travis.yml
Points to the new GHC CI artifact.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2417dea9..a74a3728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - os: linux addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head], sources: [hvr-ghc]}} env: - - GHC_ZIP='https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/download?job=validate-x86_64-linux-deb8' + - GHC_ZIP='https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/download?job=validate-x86_64-linux-deb9' before_install: # Manually install GHC validate artifact |