Skip to content

Commit

Permalink
Merge pull request #120 from TransbankDevelopers/chore/set-focal-trav…
Browse files Browse the repository at this point in the history
…is-machine

chore: set focal version for travis machine
  • Loading branch information
tribiec authored Feb 28, 2024
2 parents 765030f + 0242c63 commit 75f4c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- '3.7'
dist: focal
install:
- pip install pipenv==2022.1.8
- pipenv install setuptools==60.5.0
Expand All @@ -11,7 +12,6 @@ script:
jobs:
include:
- python: '3.7'
dist: focal
sudo: true
- stage: sonarcloud
if: tag IS NOT present
Expand Down

0 comments on commit 75f4c02

Please sign in to comment.