summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/.travis.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-08 11:53:18 -0500
committerGitHub <noreply@github.com>2021-03-08 11:53:18 -0500
commit1e1035cf74178a33aa85f949138bb8b03d3cbb94 (patch)
tree2d7ad94b6d493f5f82b6a6768d27bb6172fdc707 /vendor/github.com/onsi/gomega/.travis.yml
parentb6079bcf4af26c9e0f9c0438d8aabd3ed78f7914 (diff)
parent7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26 (diff)
downloadpodman-1e1035cf74178a33aa85f949138bb8b03d3cbb94.tar.gz
podman-1e1035cf74178a33aa85f949138bb8b03d3cbb94.tar.bz2
podman-1e1035cf74178a33aa85f949138bb8b03d3cbb94.zip
Merge pull request #9659 from containers/dependabot/go_modules/github.com/onsi/gomega-1.11.0
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
Diffstat (limited to 'vendor/github.com/onsi/gomega/.travis.yml')
-rw-r--r--vendor/github.com/onsi/gomega/.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/vendor/github.com/onsi/gomega/.travis.yml b/vendor/github.com/onsi/gomega/.travis.yml
index 348e3014c..6543dc553 100644
--- a/vendor/github.com/onsi/gomega/.travis.yml
+++ b/vendor/github.com/onsi/gomega/.travis.yml
@@ -1,20 +1,18 @@
language: go
arch:
- - amd64
- - ppc64le
+ - amd64
+ - ppc64le
go:
- - 1.14.x
- - 1.15.x
- gotip
+ - 1.16.x
+ - 1.15.x
env:
- GO111MODULE=on
-install:
- - go get -v ./...
- - go build ./...
- - go get github.com/onsi/ginkgo
- - go install github.com/onsi/ginkgo/ginkgo
+install: skip
-script: make test
+script:
+ - go mod tidy && git diff --exit-code go.mod go.sum
+ - make test