We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4bf73 commit 0a61eaaCopy full SHA for 0a61eaa
ci/.travis.yml
@@ -61,7 +61,6 @@ _test_job: &test_job
61
- travis_retry bash <(curl -s https://codecov.io/bash) -c -F go
62
_test_i386_job: &test_i386_job
63
env: CACHE_NAME=test386
64
- language: bash
65
services: docker
66
before_install:
67
- if [ -f .github/.ci.conf ]; then . .github/.ci.conf; fi
@@ -120,9 +119,11 @@ jobs:
120
119
- <<: *test_i386_job
121
name: Test i386 1.13
122
env: GO_VERSION=1.13
+ go: 1.14 # version for host environment used to go list
123
124
name: Test i386 1.14
125
env: GO_VERSION=1.14
126
127
- <<: *test_wasm_job
128
name: Test WASM 1.13
129
0 commit comments