Configure travis to run ci test

This commit is contained in:
Jia Hao 2016-01-25 01:33:55 +08:00
parent e3dc3ee175
commit c1c50bab9f
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ node_js:
- "0.12"
- "0.10"
- "iojs"
install:
- npm run dev-up
script:
- npm run ci