2015-02-19 13:54:30 +00:00
|
|
|
language: node_js
|
|
|
|
node_js: '0.10'
|
|
|
|
|
|
|
|
script:
|
2015-02-19 14:03:53 +00:00
|
|
|
- grunt jshint test
|
2015-02-19 13:54:30 +00:00
|
|
|
|
|
|
|
before_install:
|
|
|
|
- npm install -g grunt-cli wiredeps
|
|
|
|
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose
|