mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
19 lines
520 B
YAML
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=""
|