Skip to content

Commit 68ef9a3

Browse files
committed
no need to install curl intravis
1 parent 28671df commit 68ef9a3

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
@@ -22,7 +22,7 @@ before_deploy:
2222
# Parse branch name and determine an environment to deploy
2323
- export ENV=$(echo "${TRAVIS_BRANCH}" | perl -ne "print $& if /(?<=deploy\/).*/")
2424
# install aws cli
25-
- sudo apt-get -y install python-pip curl
25+
- sudo apt-get -y install python-pip
2626
- pip install awscli
2727
- aws --version
2828
deploy:

0 commit comments

Comments
 (0)