Skip to content

Commit

Permalink
travis: adding llvm-3.8 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
snf committed Mar 19, 2016
1 parent eead999 commit cae74b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
before_script:
- sudo add-apt-repository "deb http:https://llvm.org/apt/trusty/ llvm-toolchain-trusty main" -y
- sudo apt-get update -q
- sudo apt-get install -y g++ libz-dev libedit-dev
- sudo apt-get install -y g++ libz-dev libedit-dev llvm-3.8

language: rust
rust:
Expand Down

0 comments on commit cae74b9

Please sign in to comment.