Skip to content

Commit

Permalink
fix(travis): enable go module
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Etcheverry committed Oct 9, 2018
1 parent e9ae30e commit 20b92e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ language: go
sudo: required
dist: trusty

notifications:
email: false

env:
- GO111MODULE=on

go:
- 1.11.x
- master
Expand Down

0 comments on commit 20b92e2

Please sign in to comment.