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