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 247B

12345678910111213141516171819202122232425
  1. ---
  2. language: node_js
  3. node_js:
  4. - "10"
  5. dist: trusty
  6. addons:
  7. chrome: stable
  8. cache:
  9. directories:
  10. - $HOME/.npm
  11. env:
  12. global:
  13. # See https://git.io/vdao3 for details.
  14. - JOBS=1
  15. branches:
  16. only:
  17. - master
  18. script:
  19. - npm test