PMM-4010 Updated travis.yml (#432)

This commit is contained in:
Carlos Salguero
2019-12-19 09:19:01 -03:00
committed by Alexey Palazhchenko
parent 11ae9b5b64
commit 68dc98c2ba

View File

@@ -3,6 +3,7 @@ language: go
go:
- 1.10.x
- 1.12.x
- 1.13.x
services:
- docker
@@ -45,6 +46,13 @@ env:
- MONGODB_IMAGE=percona/percona-server-mongodb:3.2
- MONGODB_IMAGE=percona/percona-server-mongodb:3.4
# skip non-trunk PMM-XXXX branch builds, but still build pull requests
branches:
except:
- /^PMM\-\d{4}/
go_import_path: github.com/percona/percona-toolkit
before_install:
- sudo apt-get update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-ce