added travis stuff
This commit is contained in:
parent
5ba0a7492a
commit
548a77833a
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: node_js
|
||||||
|
before_install: "bower install"
|
||||||
|
node_js:
|
||||||
|
- "0.12"
|
||||||
|
- "0.11"
|
||||||
|
- "0.10"
|
||||||
|
- "0.8"
|
||||||
|
- "0.6"
|
||||||
|
- iojs
|
@ -28,6 +28,7 @@
|
|||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"polymer": "Polymer/polymer#~0.5.3"
|
"polymer" : "Polymer/polymer#~0.5.3",
|
||||||
|
"y-test" : "y-test#~0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user