language: node_js node_js: - '0.10' before_install: - gem update --system - gem install sass --version "=3.3.7" - gem install compass --version "=0.12.3" - npm install -g grunt-cli bower - bower install notifications: email: false env: global: - secure: WMvD6gt/aldXZZrHTVXOUr1XZOJBGLwK952WF8zkusghzfRZRKvN2Nzb8zcWy01rbLSxJudkIhhMrZPTpCvOcIfGL0a28Z6J9waDk9A3Xjwd1lCaLvaJKhWr9mM+Bc5Q6lYdilbcXrIw7vc8smV398Pmx+bpxB2TyOtsEiQ26X4= deploy: provider: npm email: stephan@thehoodiefirm.com on: all_branches: true tags: true before_deploy: - grunt before-deploy after_deploy: - grunt after-deploy sudo: false cache: directories: - node_modules