Skip to content

Commit

Permalink
Merge pull request #75 from graph-gophers/update-ci
Browse files Browse the repository at this point in the history
ci: add Go 1.16, use default install, ensure module mode
  • Loading branch information
tonyghita authored Apr 1, 2021
2 parents c87fdce + ac14e4d commit 6cf9ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: go

go:
- 1.16
- 1.15
- 1.14

install:
- go mod install
env:
- GO111MODULE=on

script:
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit 6cf9ef2

Please sign in to comment.