Switch to Travis only CI
This commit is contained in:
parent
9e364698a0
commit
480ac55433
2 changed files with 3 additions and 30 deletions
|
@ -15,3 +15,6 @@ script:
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo doc --no-deps
|
- cargo doc --no-deps
|
||||||
- rustdoc --test README.md -L target/debug
|
- rustdoc --test README.md -L target/debug
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
language: python
|
|
||||||
python:
|
|
||||||
- 2.7
|
|
||||||
|
|
||||||
env:
|
|
||||||
- RUST_VERSION=stable
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
recipients:
|
|
||||||
- ci@mathijs.vd-nes.nl
|
|
||||||
on_success: never
|
|
||||||
on_failure: always
|
|
||||||
|
|
||||||
install:
|
|
||||||
- curl -o ~/rustup.sh https://static.rust-lang.org/rustup.sh
|
|
||||||
- sudo sh ~/rustup.sh --spec=$RUST_VERSION --disable-sudo -y 2> /dev/null
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- rustc --version
|
|
||||||
- cargo --version
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cargo build
|
|
||||||
- cargo test
|
|
||||||
- cargo doc --no-deps
|
|
||||||
- rustdoc --test README.md -L target/debug
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- curl https://mvdnes.github.io/rust-docs/shippable-doc-upload.sh | sh
|
|
Loading…
Add table
Reference in a new issue