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