mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 05:12:28 +08:00
TravisCI: enable cargo cache
This commit is contained in:
parent
66b9b790a4
commit
2206876f13
@ -8,11 +8,12 @@ addons:
|
||||
services:
|
||||
- docker
|
||||
language: rust
|
||||
cache: cargo
|
||||
env:
|
||||
global:
|
||||
- BGPTOOLS_VERSION=0.0.3
|
||||
before_script:
|
||||
- cargo install --vers $BGPTOOLS_VERSION bgptools
|
||||
- bgptools --version | grep -F $BGPTOOLS_VERSION || cargo install --vers $BGPTOOLS_VERSION bgptools
|
||||
- export PATH=$PATH:/home/travis/.cargo/bin
|
||||
- docker pull yangzhaofengsteven/cidr-merge
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user