Remove unneeded deps
This commit is contained in:
parent
20480710b9
commit
b2aab2cf54
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ matrix:
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
cargo: true
|
||||||
|
|
||||||
before_script:
|
|
||||||
- |
|
|
||||||
pip install 'travis-cargo<0.2' --user &&
|
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
|
cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
|
||||||
|
|
Loading…
Reference in a new issue