Parcourir la source

Internal: Disabled Travis builds for #stable branch.

Kamil Piechaczek il y a 7 ans
Parent
commit
9a8b845bfe
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      packages/ckeditor5-highlight/.travis.yml

+ 3 - 0
packages/ckeditor5-highlight/.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