Skip to content

Commit

Permalink
Add /usr/local/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
appsol committed Jul 24, 2021
1 parent 07be9d4 commit 8a47581
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ script:
- echo "No tests ran"

before_deploy:
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
echo aws --version
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- sudo ./aws/install
- export PATH=$PATH:/usr/local/bin
- echo aws --version

deploy:
# Tagged releases
Expand Down

0 comments on commit 8a47581

Please sign in to comment.