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