npm ready

This commit is contained in:
Лаврёнов Антон
2014-04-17 17:58:51 +08:00
parent 61542ea6cc
commit efa2de2f04
5 changed files with 23 additions and 11 deletions

View File

@@ -1,10 +1,18 @@
language: node_js
node_js:
- "0.11"
- '0.11'
branches:
only:
- master
- master
before_script:
- npm install
script:
- grunt test
- npm install
script:
- grunt test
deploy:
provider: npm
email: lavrton@gmail.com
api_key:
secure: rYqyBhn3K8tnt/XK6RFodBiIsIqwmUuPBEAOQxRt/elK4F7BVC+ba7/xgsvdFLP+Bqn4sS8b/YjfxUqm0lfxoph3qvvyKZ+qjuGCXBtvbY8EgGqX3FJKq/LJp8Vu4encCUOpI3PWXQEB+0OrC8ntKnBn1L1WP6lzDbRHj49e9ew=
on:
tags: true
repo: ericdrowell/KineticJS