repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CSS: Correctly detect scrollbox support with non-default zoom
[jquery.git]
/
.travis.yml
blob
4de56ec5f8713fcca61c185053a870e3be41f1c6
1
language: node_js
2
sudo: false
3
node_js:
4
- "6"
5
- "8"
6
- "10"
7
addons:
8
chrome: stable
9
env:
10
- NPM_SCRIPT=test:browserless
11
matrix:
12
include:
13
# Run browser tests only on one Node.js version to save time.
14
- node_js: "8"
15
env: NPM_SCRIPT=test:browser
16
script:
17
- npm run $NPM_SCRIPT