fix go.mod to work with the travis ci build ()

* fix go.mod to work with the travis ci build

* fix issue with gimme and 1.12

* fix issue with gimme and 1.12 ()

* fix issue with gimme and 1.12 ()

* fix issue with gimme and 1.12 ()
This commit is contained in:
Jacob R. McCollum 2019-08-04 16:17:51 -04:00 committed by GitHub
parent de63fbaa2c
commit 2e74690f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -1,3 +1,3 @@
module github.com/d5/tengo
go 1.13
go 1.12