aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 8c6ab1ef086650a294d152a0c0e792175e7a30dd (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 run test
  - npm run test:es6