summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 70ff3a271c627a6873fe474f3524fa2e0443b422 (plain)
1
2
3
4
5
6
7
language: node_js
node_js:
  - "0.10.40"
install:
  - "npm install -g eslint"
script:
  - "eslint ./"