aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d9bd750f085b97900c905134a045b1eeaa6f8762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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