Skip to content

Commit fe699b8

Browse files
committed
Add continuous tests on beta channel
1 parent 24fcc35 commit fe699b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ matrix:
55
- rust: nightly
66
script: cargo test
77
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
8+
- rust: beta
9+
script: cargo test
810
- rust: stable
911
script: cargo check

0 commit comments

Comments
 (0)