jquery/.travis.yml
Michał Gołębiowski-Owczarek b4fadc9b54 Build: Test on Node.js 12, stop testing on Node.js 6 & 11
(cherry-picked from b8d4712825)

Closes gh-4369
2019-04-23 23:12:29 +02:00

18 lines
293 B
YAML

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