mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-04 23:17:15 +00:00
Add a basic .travis.yml config file
This commit is contained in:
parent
7fed258f40
commit
4f6c9a8105
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust:
|
||||
- nightly
|
||||
- beta
|
||||
script: cargo build
|
Loading…
Add table
Reference in a new issue