Skip to content

Commit 6b0245a

Browse files
author
Paul Osborne
committed
travis: update/simplify the support rust versions a bit
Since this isn't a library, not bumping major version as we can be a bit more flexible with semver. Signed-off-by: Paul Osborne <[email protected]>
1 parent 4aa757a commit 6b0245a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: rust
22
sudo: false
33

44
rust:
5-
- 1.13.0
65
- stable
7-
- beta
8-
- nightly
6+
- 1.16.0
97

108
script:
119
- cargo test

0 commit comments

Comments
 (0)