.travis.yml 94 B

123456789
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "6"
  5. before_script:
  6. - npm install -g grunt-cli