diff options
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 |