Bump bgptools to v0.0.3

This commit is contained in:
Yifan Gao 2019-12-19 14:48:56 +08:00
parent eeae995e4e
commit b053cd1e2f

View File

@ -9,7 +9,7 @@ services:
language: rust
env:
global:
- BGPTOOLS_VERSION=0.0.2
- BGPTOOLS_VERSION=0.0.3
before_script:
- cargo install --vers $BGPTOOLS_VERSION bgptools
- export PATH=$PATH:/home/travis/.cargo/bin