sudo: false

language: node_js
node_js:
  - 7
  - 6

install:
  - npm install
  - npm i -g grenache-grape
