]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
travis: set GO111MODULE=on for 'go get'
authorEric Biggers <ebiggers@google.com>
Wed, 27 Nov 2019 00:52:43 +0000 (16:52 -0800)
committerEric Biggers <ebiggers@google.com>
Wed, 27 Nov 2019 01:13:04 +0000 (17:13 -0800)
commit9c2cc186ecce7d0bb6e220b0312222ce93090790
tree2cd2d2d2c5ccb41682f068ef2cf64f51848be66e
parentfd6a2bc70ddd15e83c40e9868dd20e384ace287d
travis: set GO111MODULE=on for 'go get'

Ensure that the environmental variable GO111MODULE is set to "on" when
running 'go get'.  This fixes a CI failure with Go 1.11 and 1.12.
.travis.yml