diff options
author | Austin Seipp <austin@well-typed.com> | 2015-10-13 19:14:01 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-10-13 19:14:07 -0500 |
commit | 775616174bf297c7f3d8dc35ae0e88aef381f7fa (patch) | |
tree | afd679622786bb206da13f63c0b2ee619ebda59c /.travis.yml | |
parent | 29310b622801733e1b29a9a61988406872db13ca (diff) | |
download | haskell-775616174bf297c7f3d8dc35ae0e88aef381f7fa.tar.gz |
travis: use LLVM 3.7
Signed-off-by: Austin Seipp <austin@well-typed.com>
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 2974b818cd..7bb719e1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,17 +12,17 @@ addons: apt: sources: - hvr-ghc - - llvm-toolchain-precise-3.6 + - llvm-toolchain-precise-3.7 - ubuntu-toolchain-r-test packages: - cabal-install-1.18 - ghc-7.8.4 - alex-3.1.3 - happy-1.19.4 - - llvm-3.6 + - llvm-3.7 before_install: - - 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 + - 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.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 |