Try fixing OSX builds

... that I broke by introducing travis-cargo.
This commit is contained in:
Johann 2015-11-12 23:47:24 +01:00
parent 87110e7d71
commit ab2f47eb71

View File

@ -21,12 +21,12 @@ addons:
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test
cargo build &&
cargo test
after_success:
- travis-cargo coveralls --no-sudo