aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 770ac06bfeb6a8eb19e1af7013557bc44b8fe602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
  - 'stable'
services:
  - xvfb
addons:
  firefox: latest
  chrome: stable
install:
  - npm install
  - npm run build
script:
  - npm test
  - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls