Skip to content

Commit 97bda9c

Browse files
authored
Merge pull request #84 from gliptak/patch-2
Add Go 1.12 to Travis
2 parents fc51a4c + a9a304a commit 97bda9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go:
3-
- 1.10.x
43
- 1.11.x
4+
- 1.12.x
55

66
install:
77
- mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers $GOPATH/src/github.com/coreos $GOPATH/src/github.com/godbus

0 commit comments

Comments
 (0)