ci: add .travis.yml

This commit is contained in:
Fabian Freyer 2019-03-29 09:11:07 -04:00
parent 94709feb3d
commit c232123bf9

12
.travis.yml Normal file
View 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