Try fixing OSX builds
... that I broke by introducing travis-cargo.
This commit is contained in:
parent
87110e7d71
commit
ab2f47eb71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user