Skip to content

Commit b91cadd

Browse files
committed
Test on beta. Allow nightly failures
1 parent fa620e0 commit b91cadd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language: rust
22

33
rust:
4-
- nightly
54
- stable
5+
- beta
6+
- nightly
7+
8+
matrix:
9+
allow_failure:
10+
- rust: nightly
611

712
script:
813
- make all check

0 commit comments

Comments
 (0)