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: update npo.js and include unminified source instead
[jquery.git]
/
.travis.yml
blob
10cef4a65f06da3ac86e9e89d89ecb9d1804796b
1
language: node_js
2
sudo: false
3
node_js:
4
- "8"
5
- "10"
6
- "12"
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: "10"
15
env: NPM_SCRIPT=test:browser
16
script:
17
- npm run $NPM_SCRIPT