jquery/.travis.yml

19 lines
296 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:
- "4"
2016-04-26 20:44:11 +00:00
- "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