Skip to content

Commit

Permalink
Updating travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Small committed Apr 7, 2018
1 parent 7594431 commit 90541fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: rust
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --verbose --all --features stats
rust:
- 1.9.0
- 1.10.0
- 1.11.0
- 1.12.0
- 1.13.0
- 1.14.0
- 1.15.0
- 1.15.1
- 1.20.0
- 1.21.0
- 1.22.0
- 1.23.0
- 1.24.0
- 1.25.0
- stable
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

This crate provides a time sensitive key-value FIFO cache. When the cache is created it is
given a TTL. Any value that are in the cache for longer than this duration are considered
invalid and will not be returned.
invalid and will not be returned. Supports 1.20 +

0 comments on commit 90541fe

Please sign in to comment.