diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-11-15 13:06:19 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-11-15 13:06:19 -0800 |
commit | 1256345ab0939622a19200834587ac8b64dc355d (patch) | |
tree | b8fa6663c46c88d4eba5d61761557031d936919e | |
parent | 3bb07b6ea4e60a30a774d41819b63a85de096a1e (diff) |
Disable nightly Rust builds on Travis CI
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 48f0b4b1..9c7c1155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ os: rust: - stable - - nightly env: - LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable |