chore(project): add travis configuration
This commit is contained in:
parent
48f0e7a0d8
commit
ef11c65dc8
|
@ -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
|
Loading…
Reference in New Issue