jquery/.travis.yml
Michał Gołębiowski-Owczarek b8d4712825
Build: Test on Node.js 12, stop testing on Node.js 6 & 11
Closes gh-4369
2019-04-23 22:44:15 +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