aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c33b24d1f58f6a7be4805bc36b85c83fc16d14f4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
language: node_js
before_install: "npm install -g npm"
node_js:
    - "iojs"
    - "0.12"
    - "0.10"
    - "0.8"
matrix:
  fast_finish: true
sudo: false