Skip to content

Commit

Permalink
chore: update Travis config to supported Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Oct 1, 2020
1 parent d7eb503 commit d1961ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.13.x
- 1.14.x
- 1.15.x
- gotip

env:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/onsi/gomega

go 1.14

require (
github.com/golang/protobuf v1.4.2
github.com/onsi/ginkgo v1.12.1
Expand Down

0 comments on commit d1961ba

Please sign in to comment.