diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-02 15:29:39 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-02 17:37:23 +0200 |
commit | 940229c280fcc986003ad60d3ff2a2643c7c4363 (patch) | |
tree | 4926e168b791e3fe470328d6ab37edd8740fa265 /.travis.yml | |
parent | 36d254afadb49a855dea031c036b1a371a567f16 (diff) | |
download | haskell-940229c280fcc986003ad60d3ff2a2643c7c4363.tar.gz |
Travis: llvm's apt repository is offline
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 10065034ea..0f80ecefbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,18 +8,20 @@ env: - DEBUG_STAGE2=YES - DEBUG_STAGE2=NO +# TODO. Install llvm once llvm's APT repository is working again. +# See http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html. addons: apt: sources: - hvr-ghc - - llvm-toolchain-precise-3.7 + #- llvm-toolchain-precise-3.7 - ubuntu-toolchain-r-test packages: - cabal-install-1.18 - ghc-7.10.3 - alex-3.1.3 - happy-1.19.4 - - llvm-3.7 + #- 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 |