8
0

.travis.yml 450 B

12345678910111213141516171819202122
  1. sudo: required
  2. dist: trusty
  3. addons:
  4. apt:
  5. sources:
  6. - google-chrome
  7. packages:
  8. - google-chrome-stable
  9. language: node_js
  10. node_js:
  11. - "6"
  12. cache:
  13. - node_modules
  14. before_install:
  15. - export CHROME_BIN=chromium-browser
  16. - export DISPLAY=:99.0
  17. - sh -e /etc/init.d/xvfb start
  18. install:
  19. - npm install
  20. - npm install @ckeditor/ckeditor5-dev-tests
  21. script:
  22. - node_modules/.bin/ckeditor5-dev-tests --ignore-duplicates --files=**/*.js