1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

travis: Update to Go 1.14.x

This commit is contained in:
James Hillyerd
2020-03-21 09:54:57 -07:00
parent 12802e93cb
commit 45d9d2af39
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
sudo: false
env:
global:
- GO111MODULE=on
@@ -12,7 +10,7 @@ install:
jobs:
include:
- go: "1.11.x"
- go: "1.14.x"
- go: "master"
- language: elm
elm: "0.19.0"
@@ -23,7 +21,7 @@ jobs:
- "elm-format --validate ."
- "npm run build"
- stage: deploy
go: "1.11.x"
go: "1.14.x"
before_install:
- "nvm install 10.13.0"
install:

2
go.mod
View File

@@ -19,3 +19,5 @@ require (
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/text v0.3.2 // indirect
)
go 1.13