Skip to content

Commit

Permalink
fix: yaml update
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Srivastava <arpit-mac@Arpits-MacBook-Pro-6.local>
  • Loading branch information
Arpit Srivastava authored and Arpit Srivastava committed Apr 20, 2024
1 parent 00c20da commit 95c63af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

dist: jammy
group: beta

go:
- 1.21.x
Expand All @@ -16,7 +15,7 @@ env:

before_install:
- sudo apt-get update
- eval "$(pyenv init - --no-rehash)"
- eval "$(pyenv init -)"
- python -V
- >-
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
Expand Down

0 comments on commit 95c63af

Please sign in to comment.