summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a87246311ef7590b8f0e114120022c4cb4d91b67 (plain)
1
2
3
4
5
6
7
8
sudo: false
language: node_js
node_js:
  - "0.10.40"
install:
  - "npm install"
script:
  - "npm test"