ci: add .travis.yml
This commit is contained in:
parent
94709feb3d
commit
c232123bf9
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- nightly
|
||||
- beta
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: stable
|
||||
fast_finish: true
|
||||
cache: cargo
|
||||
before_install:
|
||||
- npm install
|
||||
Loading…
Reference in New Issue
Block a user