summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1d89f7f76b6e4d0c6cf6215997fbf2b9af1ee989 (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_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start