mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-20 15:11:06 +00:00
15 lines
341 B
YAML
15 lines
341 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
|