Skip to content

Commit ecbca61

Browse files
committed
Only test on 1.10.0
1 parent c49caa7 commit ecbca61

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,6 +1,11 @@
11
language: rust
2+
3+
matrix:
4+
include:
5+
- os: linux
6+
rust: 1.10.0
7+
script: cargo test
28
rust:
3-
- 1.10.0
49
- stable
510
- beta
611
- nightly

0 commit comments

Comments
 (0)