Files
yup-oauth2/.travis.yml
Sebastian Thiel 2a0805c2bb chore(travis): no nightly
To make nightly tests work, one will have to do some additional
scripting to call it with the correct features (see makefile).

For now, building it on stable is just fine I think.
2015-06-18 19:36:23 +02:00

17 lines
472 B
YAML

language: rust
sudo: required
rust:
- stable
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
- travis-cargo doc
after_success:
- travis-cargo doc-upload
- travis-cargo coveralls
env:
global:
secure: Es8/QExA+XfWaTi2wQqpJL+yc4d3yU9/dfCpVFhyWpu+2XXIvbPbdqFuiZG6QVGaYOmwjlFJ5gCsAqxliG2wzVHkv+KhA1yeVn4ia41Vmx1mJlEU+O7ZNldfgjWemWKTD5kTEFtTBItswKUFH9LsFQ5sztV6/7I9kZZJAxWiXjs=