Commit Graph

12 Commits

Author SHA1 Message Date
Sean Bowe 6eddfb11ba
Update Travis CI configuration for Rust version 2019-12-12 11:49:53 -07:00
Jack Grigg bb39037798
Move code coverage from Travis CI to Actions 2019-11-07 18:16:27 +00:00
Jack Grigg 7fa51e38c0
Travis CI: Build before formatting check
cargo fmt does not build the code, and running it in a fresh clone of
the codebase will fail because the protobuf code has not been generated.
2019-10-09 14:12:30 +13:00
Nikolay Volf 4c9ebcce9a
Bump Rust to 1.37 on CI 2019-09-25 12:07:48 +02:00
Jack Grigg c00b65bb78
Extend Travis CI timeout 2019-08-29 01:06:41 +01:00
Jack Grigg ee9c88ecb0
Exclude slow tests from code coverage 2019-08-28 20:46:23 +01:00
Jack Grigg f9f17b291f
Add code coverage with cargo-tarpaulin and Codecov 2019-08-28 12:26:54 +01:00
Eirik Ogilvie-Wigley 7461f8936d Update travis to require formatting 2019-08-15 10:45:24 -06:00
Jack Grigg d1ce6749fe
Bump minimum Rust version to 1.36 2019-07-10 13:12:26 -04:00
Jack Grigg 34658c4bd3
Raise minimum Rust version to 1.32
The crypto_api_chachapoly uses two new features introduced in 1.32:

- Self struct constructors
- u64::to_le_bytes()
2019-04-11 06:41:22 -07:00
Sean Bowe 4113df4780 Fix version string, cache cargo symbols. 2019-01-03 11:55:16 -07:00
Sean Bowe 813cf16ff2 Add travis testing support. 2019-01-03 11:51:08 -07:00