mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove TravisCI test for the sha2 feature which was removed.
This commit is contained in:
parent
ae8764fbef
commit
e527280d2e
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue