travis: add cargo PATH

This commit is contained in:
Yifan Gao 2017-01-23 10:00:35 +06:00
parent 9ab282102c
commit 7648fe6e76

View File

@ -7,6 +7,7 @@ env:
- BGPTOOLS_VERSION=0.0.1
before_script:
- cargo install --vers $BGPTOOLS_VERSION bgptools
- export PATH=$PATH:/home/travis/.cargo/bin
- docker pull gaoyifan/cidrmerge
- docker pull gaoyifan/bgpdump
script: