Downgrade libc for Rust 1.8 CI

This commit is contained in:
Josh Stone 2017-11-30 16:15:45 -08:00
parent cc3be86781
commit d354559365
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
language: rust
rust:
- 1.8.0
- 1.15.0
- beta
- nightly
matrix:
include:
- rust: 1.8.0
before_script:
# libc 0.2.34 started using #[deprecated]
- cargo generate-lockfile
- cargo update --package libc --precise 0.2.33
sudo: false
script:
- cargo build --verbose