testing travis-ci
This commit is contained in:
parent
088bb6c83f
commit
4f934f63a8
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
language: rust
|
||||||
|
rust: nightly
|
||||||
|
os: linux
|
||||||
|
cache: cargo
|
||||||
|
script:
|
||||||
|
- cd Rust
|
||||||
|
- cargo build
|
Loading…
Reference in New Issue
Block a user