aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 8ea60c891684a9719793c8c56a1383eb6fabdfac (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