jquery/.travis.yml
Michał Gołębiowski-Owczarek 3c0f2cfb05
Build: Only run browser tests in one Node version on Travis
Ref gh-3744
Closes gh-3894
2018-01-03 09:41:46 +01:00

19 lines
296 B
YAML

language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
- "9"
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