Added travis ci config

This commit is contained in:
Shazron Abdullah 2016-03-23 12:20:27 -07:00
parent d30f6bd379
commit 81b52cd69d

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: objective-c
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.2"
install:
- npm install
script:
- "npm test"