diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-08-01 03:41:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 03:41:27 -0400 |
commit | 39de184b8bfb14954f77190f0e6127c1ddc363c0 (patch) | |
tree | eb76e980bc7d8c7b64e93a2cf6293c0e073db860 /vendor/github.com/ishidawataru/sctp/.travis.yml | |
parent | a622f8d345b1853401de2e533e9fbf14ef169fa2 (diff) | |
parent | 141c7a5165261b0a75254107b63b2dac22203ebf (diff) | |
download | podman-39de184b8bfb14954f77190f0e6127c1ddc363c0.tar.gz podman-39de184b8bfb14954f77190f0e6127c1ddc363c0.tar.bz2 podman-39de184b8bfb14954f77190f0e6127c1ddc363c0.zip |
Merge pull request #3573 from rhatdan/vendor
Vendor in latest buildah code
Diffstat (limited to 'vendor/github.com/ishidawataru/sctp/.travis.yml')
-rw-r--r-- | vendor/github.com/ishidawataru/sctp/.travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/ishidawataru/sctp/.travis.yml b/vendor/github.com/ishidawataru/sctp/.travis.yml index 64f85ef28..e72c57864 100644 --- a/vendor/github.com/ishidawataru/sctp/.travis.yml +++ b/vendor/github.com/ishidawataru/sctp/.travis.yml @@ -4,6 +4,7 @@ go: - 1.7 - 1.8 - 1.9 + - "1.10" script: - go test -v -race ./... |