Skip to content

Commit 3260024

Browse files
author
Thomas Bahn
committed
Fix condition in TravisCI configuration
1 parent ef67133 commit 3260024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ rust:
88

99
jobs:
1010
include:
11-
- if: env(TRAVIS_RUST_VERSION) = "nightly"
11+
- rust: nightly
1212
name: "Test minimal dependency versions with Rust nightly"
1313
script: cargo test -Zminimal-versions --verbose --all-features
14-
- if: env(TRAVIS_RUST_VERSION) = "stable"
14+
- rust: stable
1515
name: "Lint with Clippy"
1616
install: rustup component add clippy
1717
script:

0 commit comments

Comments
 (0)