Skip to content

Commit

Permalink
add go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk authored Mar 15, 2019
1 parent f0295c8 commit 1e2f12f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ sudo: required
services:
- docker
language: go
env:
global:
- GOFLAGS="-mod=vendor"
- GO111MODULE=on
matrix:
fast_finish: true
include:
- go: 1.11.x
env: GOFLAGS=-mod=vendor GO111MODULE=on
- go: 1.12.x
- go: 1.x
- go: tip
allow_failures:
- go: tip

install:
# This script is used by the Travis build to install a cookie for
Expand Down

0 comments on commit 1e2f12f

Please sign in to comment.