Skip to content

Commit c99f4ea

Browse files
committed
Test both nightly and stable in Travis
I can't tell why a nightly build didn't exist before. Travis was silently only building on stable.
1 parent 25cb7c7 commit c99f4ea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: rust
22

3-
rust:
4-
- nightly
5-
6-
script:
7-
- cargo test
8-
93
matrix:
104
include:
5+
- rust: nightly
6+
script: cargo test
117
- rust: stable
128
script: cargo check

0 commit comments

Comments
 (0)