Skip to content

Commit bd9a262

Browse files
committed
gomod env variable
1 parent 3560256 commit bd9a262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ sudo: required
55
go:
66
- 1.11.2
77

8+
env:
9+
- GO111MODULE=on
10+
811
# The `x_base_steps` top-level key is unknown to travis,
912
# so we can use it to create a bunch of common build step
1013
# YAML anchors which we use in our build jobs.
@@ -50,9 +53,6 @@ x_base_steps:
5053
services:
5154
- docker
5255

53-
env:
54-
- GO111MODULE=on
55-
5656
jobs:
5757
include:
5858
# Build and test go

0 commit comments

Comments
 (0)