Fix Travis CI Bugs, take 2
This commit is contained in:
parent
94e6c4c8c6
commit
5651feb156
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
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
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
travis-cargo build &&
|
travis-cargo build &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue