You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
188 B

  1. language: node_js
  2. branches:
  3. only:
  4. - master
  5. - soon
  6. - staging
  7. node_js:
  8. - "6.6.0"
  9. script:
  10. - npm run-script lint
  11. - npm run-script flow
  12. - docker build -t xwiki/cryptpad .