Update .travis.yml
update ci to rust 1.19 for regex.
This commit is contained in:
parent
5990b5c427
commit
d3dadda704
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- 1.22.1
|
- 1.22.1
|
||||||
- 1.18.0
|
- 1.19.0
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue