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://raw.githubusercontent.com 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" 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://raw.githubusercontent.com/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://raw.githubusercontent.com/ga4gh-discovery/ga4gh-discovery-search/develop/LICENSE) `Search` is a framework for searching genomics and clinical data.