language: node_js
before_install:
  - npm install -g grunt-cli
  - npm uninstall grunt # https://github.com/npm/npm/issues/3958
sudo: false # this opts into the container-base infrastructure that has no sudo commnand avaliable, but runs much faster
node_js:
  - "0.10" 
  - "0.12"
  - stable
