Skip to content

Commit 37d8a8f

Browse files
authored
Merge pull request #227 from dalek-cryptography/remove-rustc-pin
remove rustc pin, and only pin the rustfmt version
2 parents 690c872 + 9be2f27 commit 37d8a8f

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)