forked from TrueCloudLab/restic
Travis: Run build.go with -mod=vendor
This commit is contained in:
parent
4734056583
commit
b4beaf807b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue