8
0

.travis.yml 676 B

1234567891011121314151617181920212223242526272829
  1. sudo: required
  2. dist: xenial
  3. addons:
  4. chrome: stable
  5. language: node_js
  6. services:
  7. - xvfb
  8. cache:
  9. yarn: true
  10. node_js:
  11. - "10"
  12. cache:
  13. - node_modules
  14. before_install:
  15. - npm i -g yarn
  16. install:
  17. - yarn install
  18. script:
  19. - ./scripts/codecov-run-tests.sh
  20. - yarn run docs:api --validate-only
  21. - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
  22. travis_wait 30 yarn run docs:build-and-publish-nightly;
  23. fi'
  24. after_script:
  25. - export END_TIME=$( date +%s )
  26. - ckeditor5-dev-tests-notify-travis-status
  27. env:
  28. global:
  29. - secure: RO140EQDHmEOPJPikk8eCY5IdHpnEKGm41p5U1ewAbeZv1DpCG+rSumR2JdYl75kFAaZvCSm1NuVMM+kmYd+/z+LQbKj7QH5G/UHNho3H89blIU6WlJhT0YR5vclm9rvnEvOtxnfODca1Qrw+CaCoJks2o4VYbJB7mOBVNsh7Bc=