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

12345678910111213141516171819
  1. language: node_js
  2. node_js:
  3. - "10"
  4. - "8"
  5. - "6"
  6. notifications:
  7. email:
  8. recipients:
  9. - ci@verylastroom.com
  10. on_success: change
  11. on_failure: change
  12. before_script:
  13. - yarn install --pure-install
  14. script:
  15. - yarn run test