Skip to content

Commit a7a9afd

Browse files
committed
Switch rustfmt to stable
1 parent d712374 commit a7a9afd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ matrix:
9696
- name: "rustfmt"
9797
install: rustup component add rustfmt-preview
9898
script: cargo fmt --all -- --check
99+
rust: stable
99100
- name: "clippy"
100101
install: true
101102
script: |
@@ -113,7 +114,7 @@ matrix:
113114
- env: TARGET=i686-pc-windows-gnu
114115

115116
install: rustup target add $TARGET
116-
script:
117+
script:
117118
- cargo generate-lockfile
118119
- ci/run-docker.sh $TARGET $FEATURES
119120

0 commit comments

Comments
 (0)