Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Workaround to use newer Ubuntu distros.
  • Loading branch information
mustafaergul authored Jun 9, 2022
1 parent 54e1be9 commit e739d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: required

dist: trusty
dist: bionic

language: go
go:
Expand Down Expand Up @@ -37,4 +37,4 @@ stages:
if: type = push AND branch = master

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e739d61

Please sign in to comment.