Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #48 from dynatrace-oss/bugfix/APM-338282
Browse files Browse the repository at this point in the history
Fix build failing do to missing dependencies
  • Loading branch information
kamiljsokolowski authored Nov 25, 2021
2 parents 696c52e + b0e1e0b commit f159a65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
language: shell
services: docker
install:
# setup PIP
- sudo apt-get install -y python3-pip
# set up awscli packages
- python3 -m pip install --user awscli==1.20.9
before_script:
Expand All @@ -48,6 +50,8 @@ jobs:
if: branch = master OR type = pull_request OR tag =~ /^release.*$/
language: shell
install:
# setup PIP
- sudo apt-get install -y python3-pip
# set up awscli packages
- python3 -m pip install --user awscli==1.20.9
# set up e2e packages
Expand Down Expand Up @@ -83,6 +87,8 @@ jobs:
if: tag =~ /^release.*$/
language: shell
install:
# setup PIP
- sudo apt-get install -y python3-pip
# set up awscli packages
- python3 -m pip install --user awscli==1.20.9
script: skip
Expand Down

0 comments on commit f159a65

Please sign in to comment.