We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4055cf5 + c54f8ba commit 769e945Copy full SHA for 769e945
.travis.yml
@@ -4,11 +4,8 @@ sudo: false
4
5
install: true
6
7
-env:
8
- - GO111MODULE=on
9
-
10
go:
11
- - 1.11.x
+ - 1.13.x
12
- tip
13
14
after_script:
@@ -25,13 +22,13 @@ jobs:
25
22
- export DATACENTER=$(make detect-datacenter)
26
23
- make test-all
27
24
- make cleanup
28
- go: 1.11.x
+ go: 1.13.x
29
if: fork = false
30
31
- stage: Build
32
script:
33
- make build
34
35
if: tag IS present
36
37
deploy:
0 commit comments