travis
This commit is contained in:
parent
18a3e9e240
commit
fee908891a
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
language: rust
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
os: linux
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- ~/.cargo
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo test --all
|
||||||
|
- cargo build --release --all
|
||||||
|
|
Loading…
Reference in a new issue