Skip to content

Commit 93ed8d5

Browse files
Merge pull request #85 from petertseng/rust-versions
travis: test beta and nightly
2 parents d8ae059 + b357991 commit 93ed8d5

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)