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