enable Travis CI

This commit is contained in:
Mahdi Dibaiee 2015-04-22 17:11:12 +04:30
parent e2c61896ca
commit 41ad2e8b23

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
before_install:
- npm install grunt-cli -g
node_js:
- "0.12"