소스 검색

Internal: Disabled Travis builds for #stable branch.

Kamil Piechaczek 7 년 전
부모
커밋
d6f6cf2916
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/ckeditor5-alignment/.travis.yml

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