jquery/.travis.yml

19 lines
299 B
YAML
Raw Normal View History

2013-09-12 16:08:29 +00:00
language: node_js
sudo: false
2013-09-12 16:08:29 +00:00
node_js:
2016-04-26 20:44:11 +00:00
- "6"
- "8"
- "10"
2018-10-31 14:50:09 +00:00
- "11"
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