Skip to content

Commit 7926438

Browse files
committed
try to remove sudo to pip
1 parent c5c5b12 commit 7926438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
before_deploy:
2222
# install aws cli
2323
- sudo apt-get -y install python-pip
24-
- sudo pip install awscli
24+
- pip install awscli
2525
- aws --version
2626
# Parse branch name and determine an environment to deploy
2727
- export ENV=$(echo "${TRAVIS_BRANCH}" | perl -ne "print $& if /(?<=deploy\/).*/")

0 commit comments

Comments
 (0)