poa-governance-notifications/.travis.yml

11 lines
91 B
YAML
Raw Normal View History

2018-05-07 04:58:06 -07:00
language: rust
rust:
- nightly
cache: cargo
2018-05-07 05:17:58 -07:00
script:
- RUST_BACKTRACE=1 cargo build
2018-05-07 04:58:06 -07:00