Sfoglia il codice sorgente

Introduced configuration for Travis.

Kamil Piechaczek 9 anni fa
parent
commit
8871f6f055
1 ha cambiato i file con 22 aggiunte e 0 eliminazioni
  1. 22 0
      .travis.yml

+ 22 - 0
.travis.yml

@@ -0,0 +1,22 @@
+sudo: required
+dist: trusty
+addons:
+  apt:
+    sources:
+      - google-chrome
+    packages:
+      - google-chrome-stable
+language: node_js
+node_js:
+  - "6"
+cache:
+  - node_modules
+before_install:
+  - export CHROME_BIN=chromium-browser
+  - export DISPLAY=:99.0
+  - sh -e /etc/init.d/xvfb start
+install:
+  - npm install
+  - npm install @ckeditor/ckeditor5-dev-tests
+script:
+  - node_modules/.bin/ckeditor5-dev-tests --ignore-duplicates --files=**/*.js