Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
de195bf1
Unverified
Commit
de195bf1
authored
Apr 08, 2019
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: update builders to xenial to shadow Go releases
parent
212b2586
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.travis.yml
.travis.yml
+10
-10
No files found.
.travis.yml
View file @
de195bf1
...
@@ -4,7 +4,7 @@ sudo: false
...
@@ -4,7 +4,7 @@ sudo: false
matrix
:
matrix
:
include
:
include
:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
sudo
:
required
go
:
1.10.x
go
:
1.10.x
script
:
script
:
...
@@ -15,7 +15,7 @@ matrix:
...
@@ -15,7 +15,7 @@ matrix:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
sudo
:
required
go
:
1.11.x
go
:
1.11.x
script
:
script
:
...
@@ -27,7 +27,7 @@ matrix:
...
@@ -27,7 +27,7 @@ matrix:
# These are the latest Go versions.
# These are the latest Go versions.
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
sudo
:
required
go
:
1.12.x
go
:
1.12.x
script
:
script
:
...
@@ -54,7 +54,7 @@ matrix:
...
@@ -54,7 +54,7 @@ matrix:
# This builder only tests code linters on latest version of Go
# This builder only tests code linters on latest version of Go
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
go
:
1.12.x
env
:
env
:
-
lint
-
lint
...
@@ -66,7 +66,7 @@ matrix:
...
@@ -66,7 +66,7 @@ matrix:
# This builder does the Ubuntu PPA upload
# This builder does the Ubuntu PPA upload
-
if
:
repo = ethereum/go-ethereum AND type = push
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
go
:
1.12.x
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
...
@@ -88,7 +88,7 @@ matrix:
...
@@ -88,7 +88,7 @@ matrix:
# This builder does the Linux Azure uploads
# This builder does the Linux Azure uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
sudo
:
required
sudo
:
required
go
:
1.12.x
go
:
1.12.x
env
:
env
:
...
@@ -122,7 +122,7 @@ matrix:
...
@@ -122,7 +122,7 @@ matrix:
# This builder does the Linux Azure MIPS xgo uploads
# This builder does the Linux Azure MIPS xgo uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
services
:
services
:
-
docker
-
docker
go
:
1.12.x
go
:
1.12.x
...
@@ -150,7 +150,7 @@ matrix:
...
@@ -150,7 +150,7 @@ matrix:
# This builder does the Android Maven and Azure uploads
# This builder does the Android Maven and Azure uploads
-
if
:
repo = ethereum/go-ethereum AND type = push
-
if
:
repo = ethereum/go-ethereum AND type = push
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
addons
:
addons
:
apt
:
apt
:
packages
:
packages
:
...
@@ -216,7 +216,7 @@ matrix:
...
@@ -216,7 +216,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
# This builder does the Azure archive purges to avoid accumulating junk
-
if
:
repo = ethereum/go-ethereum AND type = cron
-
if
:
repo = ethereum/go-ethereum AND type = cron
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
go
:
1.12.x
env
:
env
:
-
azure-purge
-
azure-purge
...
@@ -228,7 +228,7 @@ matrix:
...
@@ -228,7 +228,7 @@ matrix:
-
name
:
Race Detector for Swarm
-
name
:
Race Detector for Swarm
if
:
repo = ethersphere/go-ethereum
if
:
repo = ethersphere/go-ethereum
os
:
linux
os
:
linux
dist
:
trusty
dist
:
xenial
go
:
1.12.x
go
:
1.12.x
git
:
git
:
submodules
:
false
# avoid cloning ethereum/tests
submodules
:
false
# avoid cloning ethereum/tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment