Added travis ci config
This commit is contained in:
parent
d30f6bd379
commit
81b52cd69d
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: objective-c
|
||||||
|
sudo: false
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
- "0.12"
|
||||||
|
- "4.2"
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- "npm test"
|
Loading…
x
Reference in New Issue
Block a user