Skip to content

Commit

Permalink
Travis: Run build.go with -mod=vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Aug 31, 2018
1 parent 4734056 commit b4beaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_integration_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (env *TravisEnvironment) RunTests() error {
}

// run the build script
if err := run("go", "run", "build.go"); err != nil {
if err := run("go", "run", "-mod=vendor", "build.go"); err != nil {
return err
}

Expand Down

0 comments on commit b4beaf8

Please sign in to comment.