good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
70afe15f
Unverified
Commit
70afe15f
authored
4 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
travis: bump builders to Bionic
parent
b502c866
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+9
-9
9 additions, 9 deletions
.travis.yml
with
9 additions
and
9 deletions
.travis.yml
+
9
−
9
View file @
70afe15f
...
...
@@ -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
...
...
@@ -28,7 +28,7 @@ jobs:
-
stage
:
build
if
:
type = push
os
:
linux
dist
:
xenial
dist
:
bionic
go
:
1.16.x
env
:
-
ubuntu-ppa
...
...
@@ -52,7 +52,7 @@ jobs:
-
stage
:
build
if
:
type = push
os
:
linux
dist
:
xenial
dist
:
bionic
sudo
:
required
go
:
1.16.x
env
:
...
...
@@ -88,7 +88,7 @@ jobs:
-
stage
:
build
if
:
type = push
os
:
linux
dist
:
xenial
dist
:
bionic
services
:
-
docker
go
:
1.16.x
...
...
@@ -118,7 +118,7 @@ jobs:
-
stage
:
build
if
:
type = push
os
:
linux
dist
:
xenial
dist
:
bionic
addons
:
apt
:
packages
:
...
...
@@ -188,7 +188,7 @@ jobs:
-
stage
:
build
os
:
linux
arch
:
amd64
dist
:
xenial
dist
:
bionic
go
:
1.16.x
env
:
-
GO111MODULE=on
...
...
@@ -199,7 +199,7 @@ jobs:
if
:
type = pull_request
os
:
linux
arch
:
arm64
dist
:
xenial
dist
:
bionic
go
:
1.16.x
env
:
-
GO111MODULE=on
...
...
@@ -208,7 +208,7 @@ jobs:
-
stage
:
build
os
:
linux
dist
:
xenial
dist
:
bionic
go
:
1.15.x
env
:
-
GO111MODULE=on
...
...
@@ -219,7 +219,7 @@ jobs:
-
stage
:
build
if
:
type = cron
os
:
linux
dist
:
xenial
dist
:
bionic
go
:
1.16.x
env
:
-
azure-purge
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment