.travis.yml 133 B

1234567891011121314
  1. dist: xenial
  2. language: node_js
  3. node_js:
  4. - lts/*
  5. install:
  6. - npm install -g grunt
  7. - npm install
  8. script:
  9. - grunt
  10. cache: npm