language: node_js
before_script:
- echo $TRAVIS_COMMIT_RANGE
- echo $TRAVIS_PULL_REQUEST
- npm install -g grunt-cli
- npm install -g mocha
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules