Remove travis CI.
This commit is contained in:
parent
732af319fe
commit
c9677d8bd2
|
@ -1,7 +0,0 @@
|
|||
sudo: false
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
|
||||
script:
|
||||
- cargo test --release
|
|
@ -1,4 +1,4 @@
|
|||
# bellman [![Build status](https://api.travis-ci.org/ebfull/bellman.svg)](https://travis-ci.org/ebfull/bellman) [![Crates.io](https://img.shields.io/crates/v/bellman.svg)](https://crates.io/crates/bellman) #
|
||||
# bellman [![Crates.io](https://img.shields.io/crates/v/bellman.svg)](https://crates.io/crates/bellman) #
|
||||
|
||||
This is a research project being built for [Zcash](https://z.cash/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue