chaning before_script to before_install
This commit is contained in:
parent
3e2aacf35d
commit
a124b9c157
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ rust:
|
||||||
-stable
|
-stable
|
||||||
|
|
||||||
# load travis-cargo
|
# load travis-cargo
|
||||||
before_script:
|
before_install:
|
||||||
- |
|
- |
|
||||||
pip install 'travis-cargo<0.2' --user &&
|
pip install 'travis-cargo<0.2' --user &&
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue