Remove unneeded deps

This commit is contained in:
Matthias Beyer 2017-09-28 22:43:15 +02:00
parent 20480710b9
commit b2aab2cf54

View file

@ -21,11 +21,6 @@ matrix:
cache:
cargo: true
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1