mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
npm ready
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user