Skip to content

Commit 3a875c2

Browse files
authored
Merge pull request #193 from percona/PMM-6213-remove-go-1.13
PMM-6213 Remove go 1.13 from travis.
2 parents 1c146e4 + fde6f5e commit 3a875c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ services:
55
- docker
66

77
go:
8-
- 1.13.x
98
- 1.14.x
10-
# - TODO master
9+
- tip
1110

1211
# skip non-trunk PMM-XXXX branch builds, but still build pull requests
1312
branches:
@@ -18,7 +17,7 @@ go_import_path: github.com/percona/mongodb_exporter
1817

1918
matrix:
2019
allow_failures:
21-
- go: master
20+
- go: tip
2221

2322
stages:
2423
- build

0 commit comments

Comments
 (0)