Skip to content

Commit b357991

Browse files
committed
travis: test beta and nightly
A suggestion from https://docs.travis-ci.com/user/languages/rust The motivation here is simply that we get alerted ahead of time if an upcoming release of Rust would break our tests for whatever reason. In such a case we'd like to be alerted of it ahead of time.
1 parent d8ae059 commit b357991

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ script:
55
- "./bin/fetch-configlet"
66
- "./bin/configlet ."
77
sudo: false
8+
rust:
9+
- stable
10+
- beta
11+
- nightly
12+
matrix:
13+
allow_failures:
14+
- rust: nightly

0 commit comments

Comments
 (0)