mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-07-05 11:10:39 +00:00
Update .travis.yml to test on Rust stable
This commit is contained in:
parent
160ed940ae
commit
685853e729
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
sudo: required
|
sudo: required
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
# - stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue