mirror of
https://github.com/posborne/rust-pstree.git
synced 2024-12-26 06:56:07 +01:00
travis: add unit testing via travis
This commit is contained in:
parent
84a04e5dcd
commit
5a452870db
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
sudo: false
|
||||
language: rust
|
||||
rust:
|
||||
- 1.0.0
|
||||
- 1.1.0
|
||||
- 1.2.0
|
||||
- 1.3.0
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
Loading…
Reference in a new issue