language: node_js
node_js:
    - "node"
    - "4"
before_script:
  - npm install -g grunt-cli
script: grunt travis --verbose
