Skip to content

Commit bf5d716

Browse files
committed
chore: Update CI
1 parent 9379147 commit bf5d716

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ os:
1111
matrix:
1212
include:
1313
- env: RUSTFMT
14-
rust: 1.29.1 # `stable`: Locking down for consistent behavior
14+
rust: 1.31.0 # `stable`: Locking down for consistent behavior
1515
install:
16-
- rustup component add rustfmt-preview
16+
- rustup component add rustfmt
1717
script:
1818
- cargo fmt -- --check
1919
- env: RUSTFLAGS="-D warnings"
20-
rust: 1.29.1 # `stable`: Locking down for consistent behavior
20+
rust: 1.31.0 # `stable`: Locking down for consistent behavior
2121
install:
2222
script:
2323
- cargo check --tests --all-features
2424
- env: CLIPPY
25-
rust: nightly-2018-07-17
25+
rust: 1.31.0 # `stable`: Locking down for consistent behavior
2626
install:
27-
- rustup component add clippy-preview
27+
- rustup component add clippy
2828
script:
29-
- cargo clippy --all-features -- -D clippy
29+
- cargo clippy --all-features
3030

3131
install:
3232
- rustc -Vv

0 commit comments

Comments
 (0)