Ver código fonte

Internal: Disabled Travis builds for #stable branch.

Kamil Piechaczek 7 anos atrás
pai
commit
ff5c048f9f
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      packages/ckeditor5-table/.travis.yml

+ 3 - 0
packages/ckeditor5-table/.travis.yml

@@ -12,6 +12,9 @@ node_js:
 - '8'
 cache:
 - node_modules
+branches:
+   except:
+   - stable
 before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start