Skip to content

Commit

Permalink
Enable Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Jul 18, 2019
1 parent 8b1175e commit 1851605
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
version: "{build}"

clone_folder: c:\gopath\src\github.com\philippgille\serve

# GitHub specific alternative to `clone_depth: <number>`
shallow_clone: true

environment:
GOPATH: c:\gopath
GO111MODULE: on

stack: go 1.12

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ language: go
go:
- "1.12"

env:
- GO111MODULE=on

before_install:
- go version
- go env
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/philippgille/serve

go 1.12

0 comments on commit 1851605

Please sign in to comment.