13 lines
153 B
YAML
13 lines
153 B
YAML
|
|
language: rust
|
||
|
|
rust:
|
||
|
|
- stable
|
||
|
|
- nightly
|
||
|
|
- beta
|
||
|
|
matrix:
|
||
|
|
allow_failures:
|
||
|
|
- rust: stable
|
||
|
|
fast_finish: true
|
||
|
|
cache: cargo
|
||
|
|
before_install:
|
||
|
|
- npm install
|