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

123456789101112131415
  1. sudo: false
  2. dist: trusty
  3. language: node_js
  4. node_js: 8.11
  5. cache:
  6. directories:
  7. - node_modules
  8. addons:
  9. firefox: latest
  10. chrome: latest
  11. install:
  12. - npm install