This website requires JavaScript.
Explore
Help
Sign In
zec
/
librustzcash
mirror of
https://github.com/zcash/librustzcash.git
Watch
1
Star
0
Fork
You've already forked librustzcash
0
Code
Issues
Projects
Releases
Wiki
Activity
5e3409ea85
librustzcash
/
.travis.yml
9 lines
96 B
YAML
Raw
Normal View
History
Unescape
Escape
Add travis testing support.
2019-01-03 10:51:08 -08:00
language
:
rust
rust
:
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
-
1.32
.0
Add travis testing support.
2019-01-03 10:51:08 -08:00
Fix version string, cache cargo symbols.
2019-01-03 10:55:16 -08:00
cache
:
cargo
Add travis testing support.
2019-01-03 10:51:08 -08:00
script
:
-
cargo test --verbose --release --all