Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This builder only tests code linters on latest version of Go
- stage: lint
os: linux
dist: xenial
dist: bionic
go: 1.16.x
env:
- lint
Expand All @@ -28,7 +28,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: xenial
dist: bionic
go: 1.16.x
env:
- ubuntu-ppa
Expand All @@ -52,7 +52,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: xenial
dist: bionic
sudo: required
go: 1.16.x
env:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: xenial
dist: bionic
services:
- docker
go: 1.16.x
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: xenial
dist: bionic
addons:
apt:
packages:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- stage: build
os: linux
arch: amd64
dist: xenial
dist: bionic
go: 1.16.x
env:
- GO111MODULE=on
Expand All @@ -199,7 +199,7 @@ jobs:
if: type = pull_request
os: linux
arch: arm64
dist: xenial
dist: bionic
go: 1.16.x
env:
- GO111MODULE=on
Expand All @@ -208,7 +208,7 @@ jobs:

- stage: build
os: linux
dist: xenial
dist: bionic
go: 1.15.x
env:
- GO111MODULE=on
Expand All @@ -219,7 +219,7 @@ jobs:
- stage: build
if: type = cron
os: linux
dist: xenial
dist: bionic
go: 1.16.x
env:
- azure-purge
Expand Down