mirror of
https://github.com/containers/podman.git
synced 2026-07-21 04:31:57 -04:00
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
12 lines
243 B
YAML
12 lines
243 B
YAML
version: 0.{build}
|
|
skip_tags: true
|
|
cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
|
|
build_script:
|
|
- SET GOPATH=c:\workspace
|
|
- go test -v -race ./...
|
|
test: off
|
|
clone_folder: c:\workspace\src\github.com\nxadm\tail
|
|
branches:
|
|
only:
|
|
- master
|