forked from TrueCloudLab/lego
chore: update Travis configuration.
This commit is contained in:
parent
4f16a89b03
commit
23155f049d
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $GOPATH/pkg/mod
|
- $GOPATH/pkg/mod
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- go: 1.14.x
|
- go: 1.14.x
|
||||||
|
- go: 1.15.x
|
||||||
env: STABLE=true
|
env: STABLE=true
|
||||||
- go: 1.x
|
- go: 1.x
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in a new issue