mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
updating travis yml file to see if it fixes the build
This commit is contained in:
parent
4683ae6917
commit
6dc9fd0b57
@ -1,6 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
- "0.11"
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user