aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4de56ec5f8713fcca61c185053a870e3be41f1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
addons:
  chrome: stable
env:
  - NPM_SCRIPT=test:browserless
matrix:
  include:
    # Run browser tests only on one Node.js version to save time.
    - node_js: "8"
      env: NPM_SCRIPT=test:browser
script:
  - npm run $NPM_SCRIPT