Skip to content

Commit

Permalink
travis: accept unsigned packages
Browse files Browse the repository at this point in the history
  • Loading branch information
snf committed Mar 19, 2016
1 parent 57c7392 commit bf1426b
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
Expand Up @@ -2,7 +2,7 @@ dist: trusty
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 llvm-3.8-dev
- sudo apt-get install -y --force-yes g++ libz-dev libedit-dev llvm-3.8-dev

language: rust
rust:
Expand Down

0 comments on commit bf1426b

Please sign in to comment.