We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28671df commit 68ef9a3Copy full SHA for 68ef9a3
.travis.yml
@@ -22,7 +22,7 @@ before_deploy:
22
# Parse branch name and determine an environment to deploy
23
- export ENV=$(echo "${TRAVIS_BRANCH}" | perl -ne "print $& if /(?<=deploy\/).*/")
24
# install aws cli
25
- - sudo apt-get -y install python-pip curl
+ - sudo apt-get -y install python-pip
26
- pip install awscli
27
- aws --version
28
deploy:
0 commit comments