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.

.travis.yml 265B

12345678910111213141516171819202122
  1. sudo: false
  2. dist: trusty
  3. language: node_js
  4. script:
  5. - yarn build
  6. - yarn test
  7. - yarn check_format
  8. branches:
  9. only:
  10. - master
  11. cache:
  12. yarn: true
  13. matrix:
  14. include:
  15. - os: linux
  16. node_js: "8"
  17. - os: linux
  18. node_js: "6"
  19. fast_finish: true