Explorar el Código

Internal: Bring back API validation on CI.

Piotrek Koszuliński hace 8 años
padre
commit
c97254b302
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -20,8 +20,7 @@ install:
   - lerna bootstrap
   - lerna bootstrap
 script:
 script:
   - npm t
   - npm t
-  # Temporarily disable API docs validation until https://github.com/ckeditor/ckeditor5-dev/issues/229 is resolved.
-  # - gulp docs:api --validate-only
+  - gulp docs:api --validate-only
 after_success:
 after_success:
   - ./node_modules/.bin/ckeditor5-dev-docs-publish-nightly
   - ./node_modules/.bin/ckeditor5-dev-docs-publish-nightly
 notifications:
 notifications: