Skip to content

Commit

Permalink
test slightly newer old nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 25, 2020
1 parent 678b539 commit 15ed44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
# Don't remove this target; test coverage in `smoke.rs` relies on us running at least
# one pinned toolchain.
rust: nightly-2018-12-01 # old version without rustc-std-workspace-core
rust: nightly-2019-02-01 # old version without rustc-std-workspace-core
if: branch = staging OR branch = trying

# Linux (build only)
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ features = ["panic_unwind"]
[patch.crates-io.cc]
git = "https://github.com/alexcrichton/cc-rs"
tag = "1.0.25"
tag = "1.0.28"
"#,
)?;
let stderr = project.build_and_get_stderr()?;
Expand Down

0 comments on commit 15ed44d

Please sign in to comment.