Skip to content

Commit

Permalink
Try fixing OSX builds
Browse files Browse the repository at this point in the history
... that I broke by introducing travis-cargo.
  • Loading branch information
Johann committed Nov 12, 2015
1 parent 87110e7 commit ab2f47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit ab2f47e

Please sign in to comment.