Skip to content

Commit

Permalink
Merge pull request #7 from openconfig/remove-travis-ci
Browse files Browse the repository at this point in the history
Remove Travis CI file since we're already using GitHub Actions.
  • Loading branch information
wenovus committed Dec 2, 2021
2 parents 7cb243f + 9018ef4 commit fd90f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.12', '1.13', '1.14']
go: ['1.15', '1.16', '1.17', '1.x']
steps:

- name: Set up Go ${{ matrix.go }}
Expand Down Expand Up @@ -43,20 +43,10 @@ jobs:
run: go test -race ./...

- name: Send Coverage
if: ${{ matrix.go == '1.x' }}
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
parallel: true

- name: Check gofmt
run: diff -u <(echo -n) <(gofmt -d -s .)

finish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true


12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit fd90f45

Please sign in to comment.