Fixing Travis CI bugs, take 4

This commit is contained in:
Zach Dziura 2016-05-10 17:55:54 -04:00
parent c6d3086fe9
commit 2ef937f193

View file

@ -4,7 +4,7 @@ rust:
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH = $HOME/.local/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&