Skip to content

Commit a705910

Browse files
taiki-eNemo157
authored andcommitted
ci: Fix an issue where 'cargo +beta build' is built on stable
1 parent 2c54502 commit a705910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
- cargo build --manifest-path futures/Cargo.toml --features io-compat
3030

3131
- name: cargo +beta build
32-
rust: stable
32+
rust: beta
3333
script:
3434
# default features & compat feature
3535
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml

0 commit comments

Comments
 (0)