Files
yup-oauth2/.travis.yml
2018-03-25 11:52:07 +02:00

19 lines
520 B
YAML

language: rust
os:
- linux
- osx
rust:
- stable
- nightly
before_script:
- pip2 install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH
script:
- travis-cargo test
- travis-cargo build -- --manifest-path examples/drive_example/Cargo.toml
- travis-cargo build -- --manifest-path examples/service_account/Cargo.toml
after_success:
- "[[ $TRAVIS_OS_NAME = linux ]] && travis-cargo --only stable coveralls"
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""