Skip to content

Commit

Permalink
enabled GO111MODULE=on in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Jan 15, 2019
1 parent 4ef7aa4 commit 2e04b81
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 @@ -9,6 +9,7 @@ install:
- export BINDIR=./bin
- curl -L https://git.io/vp6lP | sh #gometalinter installation
- export PATH=`pwd`/bin:$PATH
- export GO111MODULE=on

script:
- cd $TRAVIS_BUILD_DIR && make all
Expand Down

0 comments on commit 2e04b81

Please sign in to comment.