]> source.dussan.org Git - jquery.git/commit
Build:Tests: Fix custom build tests, verify on Travis; name Travis jobs
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 27 Jan 2020 17:54:47 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 17:54:47 +0000 (18:54 +0100)
commitd525ae3416417186330bb3d14133df84509803a0
tree7f6920f6228a5d8934f539abba28f8f8ed756191
parent7a3cf9c03cc34d5493383852f94d96fe4a3486ef
Build:Tests: Fix custom build tests, verify on Travis; name Travis jobs

This commit fixes unit tests for the following builds:

1. The no-deprecated build: `custom:-deprecated`
2. The current slim build: `custom:-ajax,-effects`
3. The 4.0 (#4553) slim build: `custom:-ajax,-callbacks,-deferred,-effects`

It also adds separate Travis jobs for the no-deprecated & slim builds.

Apart from that, add intuitive names to Travis jobs. Otherwise it's hard to see
at a glance that a particular job is running on Firefox ESR, for example.

Ref gh-4577
Ref gh-4596
Closes gh-4600
29 files changed:
.gitignore
.travis.yml
Gruntfile.js
build/tasks/node_smoke_tests.js
package.json
src/ajax.js
src/ajax/parseXML.js [deleted file]
src/core/parseXML.js [new file with mode: 0644]
src/jquery.js
test/data/core/dynamic_ready.html
test/data/offset/absolute.html
test/data/offset/body.html
test/data/offset/fixed.html
test/data/offset/relative.html
test/data/offset/scroll.html
test/data/offset/static.html
test/data/offset/table.html
test/data/qunit-fixture.js [deleted file]
test/unit/ajax.js
test/unit/callbacks.js
test/unit/data.js
test/unit/deferred.js
test/unit/deprecated.js
test/unit/event.js
test/unit/manipulation.js
test/unit/queue.js
test/unit/ready.js
test/unit/serialize.js
test/unit/support.js