Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
In Travis, use go 1.13 and enable go modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
perj committed Oct 25, 2019
1 parent 8a34f68 commit 7f969a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: go
go:
- "1.12.x"
- "1.13.x"

env:
global:
- GO111MODULE=on

dist: bionic
addons:
Expand Down

0 comments on commit 7f969a7

Please sign in to comment.