Switch to Travis only CI

This commit is contained in:
Mathijs van de Nes 2015-06-28 11:26:10 +02:00
parent 9e364698a0
commit 480ac55433
2 changed files with 3 additions and 30 deletions

View file

@ -15,3 +15,6 @@ script:
- cargo test
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug
after_success:
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash

View file

@ -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