chaning before_script to before_install

This commit is contained in:
Matt McCoy 2016-06-15 18:43:24 -04:00
parent 3e2aacf35d
commit a124b9c157

View file

@ -3,7 +3,7 @@ rust:
-stable
# load travis-cargo
before_script:
before_install:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH