1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-20 06:56:35 +02:00

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

View File

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