mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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:
|
# Test serde support on stable, assuming that if it works there it'll work everywhere:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
env: TEST_COMMAND=test FEATURE='--features=serde'
|
env: TEST_COMMAND=test FEATURE='--features=serde'
|
||||||
# Test with the optional sha2 feature enabled:
|
|
||||||
- rust: stable
|
|
||||||
env: TEST_COMMAND=test FEATURE='--features=sha2'
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo $TEST_COMMAND $FEATURES
|
- cargo $TEST_COMMAND $FEATURES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue