.travis.yml

11 lines | 145 B Blame History Raw Download
language: node_js
node_js:
  - "4"
  - "5"
  - "6"
  - "node"
before_install: npm install -g grunt-cli
script:
  - "npm test"
  - "grunt jshint"