mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
Travis-CI: hold back version of Go used to test Linux/i386 until fixed
See Issue #2134
This commit is contained in:
committed by
Alessandro Arzilli
parent
52ce7d11dc
commit
07c9163c52
@ -53,7 +53,7 @@ jobs:
|
||||
include:
|
||||
- os: linux
|
||||
services: docker
|
||||
env: go_32_version=1.15
|
||||
env: go_32_version=1.14 # Linux/i386 tests held back to Go1.14 until issue #2134 is fixed
|
||||
|
||||
script: >-
|
||||
if [ $TRAVIS_OS_NAME = "linux" ] && [ $go_32_version ]; then
|
||||
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
include:
|
||||
- os: linux
|
||||
services: docker
|
||||
env: go_32_version={{index .GoVersions 0}}
|
||||
env: go_32_version={{index .GoVersions 1}} # Linux/i386 tests held back to Go1.14 until issue #2134 is fixed
|
||||
|
||||
script: >-
|
||||
if [ $TRAVIS_OS_NAME = "linux" ] && [ $go_32_version ]; then
|
||||
|
||||
Reference in New Issue
Block a user