Skip to content

Commit 637e606

Browse files
committed
bump min rust, and remove nightly check
1 parent 61d95ec commit 637e606

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matrix:
3232
# increased every 6 weeks or so when the first PR to use a new feature.
3333
- env: TARGET=x86_64-unknown-linux-gnu
3434
ALT=i686-unknown-linux-gnu
35-
rust: 1.27.2
35+
rust: 1.28.0
3636
script:
3737
- rustup toolchain install nightly
3838
- cargo +nightly generate-lockfile -Z minimal-versions

tests/testsuite/check.rs

-4
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,6 @@ fn check_artifacts() {
724724

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

0 commit comments

Comments
 (0)