Skip to content

Commit

Permalink
bump min rust, and remove nightly check
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Aug 15, 2018
1 parent 61d95ec commit 637e606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ matrix:
# increased every 6 weeks or so when the first PR to use a new feature.
- env: TARGET=x86_64-unknown-linux-gnu
ALT=i686-unknown-linux-gnu
rust: 1.27.2
rust: 1.28.0
script:
- rustup toolchain install nightly
- cargo +nightly generate-lockfile -Z minimal-versions
Expand Down
4 changes: 0 additions & 4 deletions tests/testsuite/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,6 @@ fn check_artifacts() {

#[test]
fn short_message_format() {
if !is_nightly() {
// This can be removed once 1.30 is stable (rustdoc --error-format stabilized).
return;
}
let foo = project()
.file("src/lib.rs", "fn foo() { let _x: bool = 'a'; }")
.build();
Expand Down

0 comments on commit 637e606

Please sign in to comment.