Ver código fonte

Correct path for open api spec

Christopher Mullins 6 anos atrás
pai
commit
7a83f6bbb6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,7 +15,7 @@ install:
 - cd web && npm install && cd ..
 - npm install -g swagger-cli redoc-cli
 script:
-- swagger-cli validate ./openapi.yaml
+- swagger-cli validate ./docs/openapi.yaml
 - platformio run
 before_deploy:
   - ./.prepare_release