Skip to content

Commit 0f25922

Browse files
taiki-ecramertj
authored andcommitted
Change two test to build
1 parent c7d7907 commit 0f25922

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ matrix:
1919

2020
# This is the minimum Rust version supported by `async-await` feature.
2121
# When updating this, the reminder to update the minimum required version of `async-await` feature in README.md.
22-
- name: cargo +nightly test (minimum required version)
22+
- name: cargo +nightly build (minimum required version)
2323
rust: nightly-2019-05-09
24+
script:
25+
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
26+
- cargo build --all --all-features
2427

2528
- name: cargo test
2629
rust: nightly
@@ -30,11 +33,12 @@ matrix:
3033
rust: nightly
3134
os: linux
3235

33-
- name: cargo test (with minimal versions)
36+
- name: cargo build (with minimal versions)
3437
rust: nightly
3538
script:
39+
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
3640
- cargo update -Zminimal-versions
37-
- cargo test --all --all-features
41+
- cargo build --all --all-features
3842

3943
- name: cargo clippy
4044
rust: nightly

0 commit comments

Comments
 (0)