aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 10cef4a65f06da3ac86e9e89d89ecb9d1804796b (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:
- "8"
- "10"
- "12"
addons:
  chrome: stable
env:
  - NPM_SCRIPT=test:browserless
matrix:
  include:
    # Run browser tests only on one Node.js version to save time.
    - node_js: "10"
      env: NPM_SCRIPT=test:browser
script:
  - npm run $NPM_SCRIPT