mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
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…
Add table
Reference in a new issue