language: node_js
env:
  - DEPS="grunt@~0.4.1 grunt-cli@~0.1.9"
  - DEPS="grunt@~0.3.17" REMOVE_DEPS="grunt-contrib-nodeunit"
node_js:
  - "0.11"
  - "0.10"
  - "0.8"
matrix:
  allow_failures:
    - node_js: "0.11"
before_script:
  - ./test/install_deps.sh # Install grunt and grunt-cli
script:
  - npm test

notifications:
  email: false
