Remove excess trailing &&

This commit is contained in:
Christopher Durham 2017-12-06 17:47:48 -05:00 committed by GitHub
parent 0a6ce8f187
commit ba4832a14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ before_script:
brew install python3 && brew install python3 &&
virtualenv env -p python3 && virtualenv env -p python3 &&
source env/bin/activate && source env/bin/activate &&
pip install 'travis-cargo<0.2' && pip install 'travis-cargo<0.2'
else else
pip install 'travis-cargo<0.2' --user && pip install 'travis-cargo<0.2' --user &&
export PATH="$(python -m site --user-base)/bin:$PATH" export PATH="$(python -m site --user-base)/bin:$PATH"