Skip to content

Commit 51b3cf1

Browse files
committed
remove rustc pin, and only pin the rustfmt version
1 parent 75ee196 commit 51b3cf1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ env:
1111
# this ensures the benchmarks build but doesn't run them on the CI server.
1212
- TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''
1313

14-
before_script:
15-
- rustup component add rustfmt-preview
16-
1714
matrix:
1815
include:
19-
- rust: nightly
16+
- rust: nightly-2018-12-04
17+
before_script:
18+
- rustup component add rustfmt-preview
2019
script:
2120
- cargo fmt --all -- --check
2221

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)