Skip to content

Commit

Permalink
Revert ".travis.yml: Stop testing 'hmac' on 1.21"
Browse files Browse the repository at this point in the history
This reverts commit c75be69.

Fixed upstream:

paholg/typenum#122
  • Loading branch information
tarcieri committed Aug 26, 2019
1 parent b46b8de commit 9e803da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ sudo: required

matrix:
include:
- env: NAME="hmac MSRV"
rust: 1.21.0
script: cd hmac && cargo test --verbose
- rust: 1.27.0
script: cargo test --verbose --all
- rust: stable
Expand Down

0 comments on commit 9e803da

Please sign in to comment.