From ba4832a14a052c9e5572f33a14e638887534e783 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Wed, 6 Dec 2017 17:47:48 -0500 Subject: [PATCH] Remove excess trailing && --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5af19d0c45..8da1043e031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_script: brew install python3 && virtualenv env -p python3 && source env/bin/activate && - pip install 'travis-cargo<0.2' && + pip install 'travis-cargo<0.2' else pip install 'travis-cargo<0.2' --user && export PATH="$(python -m site --user-base)/bin:$PATH"