chore(project): add travis configuration

This commit is contained in:
Nico Rehwaldt 2015-02-19 14:54:30 +01:00
parent 48f0e7a0d8
commit ef11c65dc8
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js: '0.10'
script:
- grunt
before_install:
- npm install -g grunt-cli wiredeps
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose