Skip to content

Commit

Permalink
fixup! Install LLVM 4 when building on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cpennington committed Aug 24, 2017
1 parent e83275a commit ed63ef1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ addons:
sources:
- llvm-toolchain-trusty-4.0
packages:
- libllvm4.0
- libllvm4.0-dbg
- lldb-4.0
- llvm-4.0
- llvm-4.0-dev
- llvm-4.0-runtime

# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
env:
Expand Down

0 comments on commit ed63ef1

Please sign in to comment.