[WIP] Check against master and tip Go version

This commit is contained in:
Roma Novikov
2018-07-31 13:25:27 +03:00
committed by GitHub
parent 909125faf9
commit 0732d5d836

View File

@@ -1,7 +1,8 @@
language: go
go:
- 1.9.x
- master
- tip
services:
- docker
@@ -14,13 +15,7 @@ env:
- MONGODB_IMAGE=percona/percona-server-mongodb:3.0
- MONGODB_IMAGE=percona/percona-server-mongodb:3.2
- MONGODB_IMAGE=percona/percona-server-mongodb:3.4
matrix:
include:
- go: 1.8.x
env:
- go: tip
env:
install:
- go get -u github.com/golang/dep/cmd/dep