Riven/.travis.yml

11 lines
182 B
YAML
Raw Normal View History

2019-11-02 21:25:23 -07:00
language: rust
2019-11-07 16:06:09 -08:00
matrix:
fast_finish: true
include:
2019-11-07 16:38:53 -08:00
- rust: stable
2019-11-07 16:06:09 -08:00
- rust: nightly
env: FEATURES="--features nightly"
env:
global:
- RUST_BACKTRACE=1