language: node_js
node_js:
  - '0.12'

sudo: false

notifications:
  email: false

before_script:
  - npm install react lodash

deploy:
  provider: npm
  email: me@traviswebb.com
  api_key:
    secure: g8+dmH4cRtJCyHQbQteKTETRDfCUTZtD4o1QyyJNrpnj7CxqUKkgrnBCEOpFMnitXJ59WDv2/yCMhyLEFIdwhnYLFef2mILQwMRtuV0u5asPp5o6zjtdfl04ILPml5Fh4qb7JuUCGz7IT23NXlIjgOxqk+5c1ZGAF+duROTrU+0=
  on:
    tags: true
    repo: tjwebb/react-kendo
    all_branches: true
