Remove TravisCI test for the sha2 feature which was removed.

This commit is contained in:
Isis Lovecruft 2019-01-17 23:34:29 +00:00
parent ae8764fbef
commit e527280d2e
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -20,9 +20,6 @@ matrix:
# Test serde support on stable, assuming that if it works there it'll work everywhere:
- rust: stable
env: TEST_COMMAND=test FEATURE='--features=serde'
# Test with the optional sha2 feature enabled:
- rust: stable
env: TEST_COMMAND=test FEATURE='--features=sha2'
script:
- cargo $TEST_COMMAND $FEATURES