added travis-ci

This commit is contained in:
CJ Patoilo 2015-12-28 23:43:59 -03:00
parent 25cbe73005
commit 9679227af8
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- 0.12
before_install:
- gem update --system
- gem install sass
- npm install grunt-cli --global