Skip to content

Commit

Permalink
Disable nightly Rust builds on Travis CI
Browse files Browse the repository at this point in the history
There is a regression in nightly Rust that is causing compilation to
fail on Ubuntu 12.04, which is what Travis CI is using. This commit will
be reverted once that regression is fixed.
  • Loading branch information
fitzgen committed Nov 15, 2016
1 parent 3bb07b6 commit 1256345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ os:

rust:
- stable
- nightly

env:
- LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable
Expand Down

0 comments on commit 1256345

Please sign in to comment.