Skip to content

Commit

Permalink
travis: test only the latest two go releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Feb 6, 2021
1 parent 1dad712 commit 81e6a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ os:
- linux
- osx
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.14.x
- 1.15.x
go_import_path: github.com/kataras/muxie
install:
- go get ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kataras/muxie

go 1.13
go 1.15

0 comments on commit 81e6a5b

Please sign in to comment.