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
Tests: fix dimensions tests in testswarm
[jquery.git]
/
.travis.yml
blob
c528d1651d495b18f4cf750d3fb3a178def2edb4
1
language: node_js
2
sudo: false
3
node_js:
4
- "6"
5
- "8"
6
- "10"
7
- "11"
8
addons:
9
chrome: stable
10
env:
11
- NPM_SCRIPT=test:browserless
12
matrix:
13
include:
14
# Run browser tests only on one Node.js version to save time.
15
- node_js: "8"
16
env: NPM_SCRIPT=test:browser
17
script:
18
- npm run $NPM_SCRIPT