language: node_js
node_js:
  - "0.12"

sudo: false

before_install:
  - npm install grunt-cli -g

addons:
  apt:
    packages:
      - gcc
      