Browse Source

add travis

feature/gha
arnaucube 4 years ago
parent
commit
6537a8d55e
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 9
- 0
.travis.yml

@ -0,0 +1,9 @@
language: rust
rust:
- stable
cache:
- cargo
script:
- RUST_BACKTRACE=1 cargo test --all

+ 1
- 1
README.md

@ -1,4 +1,4 @@
# poseidon-rs
# poseidon-rs [![Build Status](https://travis-ci.org/arnaucube/poseidon-rs.svg?branch=master)](https://travis-ci.org/arnaucube/poseidon-rs)
Poseidon hash implementation in Rust
https://eprint.iacr.org/2019/458.pdf

Loading…
Cancel
Save