aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0324385f48575e177d86cb65d621cdbd55e289a9 (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"
    - "4"
matrix:
  fast_finish: true
sudo: false