language: node_js node_js: - '0.12' # Install a few additional things outside those listed in package.json before_script: - npm install -g grunt-cli - npm install -g bower - bower install # Only run for pull requests and pushes to master branches: only: - master