Delete .travis.yml
This commit is contained in:
parent
dc63c31a1c
commit
08df76357c
18
.travis.yml
18
.travis.yml
|
@ -1,18 +0,0 @@
|
||||||
language: rust
|
|
||||||
sudo: false
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
- beta
|
|
||||||
- nightly
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- rust: nightly
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
script:
|
|
||||||
- |
|
|
||||||
cargo build --verbose &&
|
|
||||||
cargo test --verbose
|
|
Loading…
Reference in New Issue
Block a user