Skip to content

Instantly share code, notes, and snippets.

@mcupak
Last active February 14, 2019 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/f8d26954794d92695ce59d1b2c011c1c to your computer and use it in GitHub Desktop.
Save mcupak/f8d26954794d92695ce59d1b2c011c1c to your computer and use it in GitHub Desktop.
before_install:
# Build and start validator-badge. This setup will not be needed once the online version of validator-badge supports OAS 3.0. Until then we'll need to set up a local version.
- git clone --branch=v2.0.0 https://github.com/swagger-api/validator-badge.git
- cd validator-badge
- mvn package -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V jetty:run &
- cd ..
- sleep 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment