aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b2c4e591ee083bb5c3dc75a0c7a9d8301ca35743 (plain) (blame)
1
2
3
4
5
6
7
language: node_js
node_js:
   - "0.11"
before_install:
   - "npm install jshint"
install:
   - "jshint *.js"