aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 29b167bcf29090f190c8af7393ffe0ce1cf03e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - "6"
addons:
  firefox: "55.0"
before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
script:
  - npm run lint
  - npm test
  - npm run package