diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-20 10:56:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 10:56:06 +0100 |
commit | c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb (patch) | |
tree | 37b3f70b171588cb8af32eac294db763bc3eb2d9 /vendor/github.com/ishidawataru/sctp/.travis.yml | |
parent | 846405256b38b11babf05de3a7666ceb81577a72 (diff) | |
parent | 96de762eedd1470dfbe73cf424eea848589268d7 (diff) | |
download | podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.gz podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.bz2 podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.zip |
Merge pull request #5253 from rhatdan/buildah
Update to the latest version of buildah
Diffstat (limited to 'vendor/github.com/ishidawataru/sctp/.travis.yml')
-rw-r--r-- | vendor/github.com/ishidawataru/sctp/.travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/github.com/ishidawataru/sctp/.travis.yml b/vendor/github.com/ishidawataru/sctp/.travis.yml index e72c57864..01a76be9a 100644 --- a/vendor/github.com/ishidawataru/sctp/.travis.yml +++ b/vendor/github.com/ishidawataru/sctp/.travis.yml @@ -1,10 +1,10 @@ language: go go: - - 1.6 - - 1.7 - - 1.8 - - 1.9 - - "1.10" + - 1.9.x + - 1.10.x + - 1.11.x + - 1.12.x + - 1.13.x script: - go test -v -race ./... |