Skip to content

Commit 8f4a227

Browse files
Merge #44
44: Test building on beta, allow nightly to fail r=jamesmunns a=therealprof Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2 parents a8826d3 + e868e46 commit 8f4a227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: rust
33
matrix:
44
include:
55
- rust: stable
6+
- rust: beta
7+
- rust: nightly
8+
allow_failures:
69
- rust: nightly
710

811
install:

0 commit comments

Comments
 (0)