mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-19 22:51:16 +00:00
15 lines
339 B
YAML
15 lines
339 B
YAML
sudo: required
|
|
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
before_script:
|
|
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
|
|
script:
|
|
- travis-cargo build
|
|
- travis-cargo test
|
|
# - travis-cargo --only stable doc
|
|
after_success:
|
|
# - travis-cargo --only stable doc-upload
|
|
- travis-cargo coveralls
|