forked from mirror/Riven
1
0
Fork 0

Update travis to run nightly tests

users/mingwei/surf
Mingwei Samuel 2019-11-07 16:06:09 -08:00
parent 8c2cf64784
commit 120e703f45
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
language: rust language: rust
rust: matrix:
- stable fast_finish: true
- nightly include:
- rust: beta
- rust: nightly
env: FEATURES="--features nightly"
env:
global:
- RUST_BACKTRACE=1