sudo: false language: node_js rvm: - 2.2.0 node_js: - 5.4.1 before_install: - gem update --system - gem install bundler - bundle install - npm install -g bower grunt-cli - bower install cache: bundler notifications: email: false deploy: provider: npm email: alberto@berriart.com api_key: secure: Ogy1KCQTITD+DgAFnIfyjuT6o+zXv2+WFP1XRpOLu18s3eoyppP83Kf+XwHJE/CbyAj+LfagFK1aF7W6TWnihaoppaBB2HIN5a7xjIR4kaw9Gl1v/p4nAKU1EE/SP3LPaicZYKTxZqBC+yrJeqDZc1AfXsDXSqbJHgKPAGuav6w= on: tags: true repo: artberri/sidr