Skip to content

Commit

Permalink
use vendor if it exists
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Apr 12, 2019
1 parent ddbbf5c commit 03bbabe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ go:
- '1.12.x'

env:
- GO111MODULE=on
global:
- GO111MODULE=on
- GOFLAGS=-mod=vendor

before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
Expand Down

0 comments on commit 03bbabe

Please sign in to comment.