Skip to content

Commit

Permalink
Set Travis to use go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Jan 8, 2019
1 parent 1eadc3c commit 5ee3985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sudo: true # give us 7.5GB and >2 bursted cores.
git:
depth: false
before_install:
- GO111MODULE=on
- export IS_EXTERNAL_PR=""
- if [ "$TRAVIS_SECURE_ENV_VARS" = "false" ]; then
IS_EXTERNAL_PR="true";
Expand Down

0 comments on commit 5ee3985

Please sign in to comment.