fix go.mod to work with the travis ci build (#218)
* fix go.mod to work with the travis ci build * fix issue with gimme and 1.12 * fix issue with gimme and 1.12 (#2) * fix issue with gimme and 1.12 (#3) * fix issue with gimme and 1.12 (#4)
This commit is contained in:
parent
de63fbaa2c
commit
2e74690f5e
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.9
|
||||
- "1.12"
|
||||
|
||||
install:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- env GO111MODULE=on go get -u golang.org/x/lint/golint
|
||||
|
||||
script:
|
||||
- make test
|
||||
- env GO111MODULE=on make test
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/d5/tengo
|
||||
|
||||
go 1.13
|
||||
go 1.12
|
||||
|
|
Loading…
Reference in a new issue