summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 05bcb42f4cfc7174b44dd7c7ea1a8e5f0bb99ae2 (plain)
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - "0.10"
  - "0.12"
  - "iojs-v2.1.0"
after_success: npm run coveralls
before_install:
  addons:
    firefox: "39.0"