Isis Lovecruft
|
52ee801022
|
Fix Travis CI builds after change in features syntax parsing.
cf. https://travis-ci.org/isislovecruft/ed25519-dalek/jobs/593331585#L194
|
2019-10-04 01:43:24 +00:00 |
|
Isis Lovecruft
|
43baaaf279
|
Also test the alloc features on Travis.
|
2019-03-12 21:12:47 +00:00 |
|
Isis Lovecruft
|
e527280d2e
|
Remove TravisCI test for the sha2 feature which was removed.
|
2019-01-18 04:59:12 +00:00 |
|
Isis Lovecruft
|
4f53a4826d
|
Add comment in .travis.yml about testing no_std.
|
2018-12-22 13:27:44 +00:00 |
|
Isis Lovecruft
|
aee0043a92
|
Also exercise the test suite with the sha2 feature enabled in CI.
|
2018-12-22 13:23:49 +00:00 |
|
Isis Lovecruft
|
1459e72688
|
Only test serde feature on stable to save CI resources.
|
2018-12-22 13:20:44 +00:00 |
|
Greg Fitzgerald
|
617f3186e2
|
Expose CI failures
|
2018-11-09 10:12:32 -07:00 |
|
Isis Lovecruft
|
535f4752a6
|
Don't run cargo bench on Travis CI servers.
|
2018-07-15 22:07:42 +00:00 |
|
Isis Lovecruft
|
164303eeac
|
Switch to using criterion for benchmarks.
|
2018-07-11 22:46:32 +00:00 |
|
Isis Lovecruft
|
85a3776d27
|
Collapse part of the .travis build matrix.
|
2018-05-16 19:56:09 +00:00 |
|
Isis Lovecruft
|
3a54e970a6
|
Change travis config to test various backends.
|
2018-05-16 19:47:35 +00:00 |
|
Isis Lovecruft
|
e356e476d8
|
Enable slack notifications.
|
2018-01-20 02:33:53 +00:00 |
|
Isis Lovecruft
|
8d0dda0847
|
Implement serde serialisation support and pre-expanded secret keys.
* ADD support for serialisation with serde.
* ADD a new pre-expanded secret key type, `ExpandedSecretKey`.
* FIXES Issue #13:
https://github.com/isislovecruft/ed25519-dalek/issues/13
|
2017-11-06 03:51:07 +00:00 |
|
Isis Lovecruft
|
bd9057ceb3
|
Fix quoting in Travis env variables.
|
2017-03-15 23:47:00 +00:00 |
|
Isis Lovecruft
|
9ea46e0a7c
|
Change CI test for --features=no-std to --no-default-features.
|
2017-03-14 23:04:56 +00:00 |
|
Isis Lovecruft
|
ad4e726e49
|
Change .travis.yml to use include directives.
|
2017-03-14 22:19:59 +00:00 |
|
Isis Lovecruft
|
4a4460a8ad
|
Test both "std" and "no-std" in CI.
|
2017-03-14 22:09:13 +00:00 |
|
Isis Lovecruft
|
6522761ca6
|
Add a .travis.yml file.
|
2017-03-14 21:50:35 +00:00 |
|