Skip to content

Commit ba4832a

Browse files
authored
Remove excess trailing &&
1 parent 0a6ce8f commit ba4832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_script:
2424
brew install python3 &&
2525
virtualenv env -p python3 &&
2626
source env/bin/activate &&
27-
pip install 'travis-cargo<0.2' &&
27+
pip install 'travis-cargo<0.2'
2828
else
2929
pip install 'travis-cargo<0.2' --user &&
3030
export PATH="$(python -m site --user-base)/bin:$PATH"

0 commit comments

Comments
 (0)