curve25519-dalek-source/.travis.yml

34 lines
930 B
YAML
Raw Normal View History

2017-03-14 21:50:35 +00:00
language: rust
rust:
- stable
- beta
- nightly
env:
- TEST_COMMAND=test FEATURES=''
2017-03-14 21:50:35 +00:00
matrix:
include:
# We use the 64-bit optimised curve backend by default, so also test with
# the 32-bit backend (this also exercises testing with `no_std`):
- rust: nightly
2018-10-24 06:00:37 +00:00
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
# Test any nightly gated features on nightly:
- rust: nightly
2018-10-24 06:00:37 +00:00
env: TEST_COMMAND=test FEATURES='--features=nightly'
# 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'
2017-03-14 21:50:35 +00:00
script:
- cargo $TEST_COMMAND $FEATURES
2018-01-20 02:33:53 +00:00
notifications:
slack:
rooms:
- dalek-cryptography:Xxv9WotKYWdSoKlgKNqXiHoD#dalek-bots