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

1234567891011121314151617
  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 -g bower
  13. - npm install
  14. - bower install