]> source.dussan.org Git - jquery.git/commit
Build:Tests: Fix custom build tests, verify on Travis
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 7 Jan 2020 22:59:08 +0000 (23:59 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 22:59:08 +0000 (23:59 +0100)
commit0f780ba7cc5968d53bba386bdcb59b8d9410873b
tree7b67a1637447eea398606dc516e1f7a8cd8e22ab
parent1dad1185e0b2ca2a13bf411558eda75fb2d4da88
Build:Tests: Fix custom build tests, verify on Travis

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 future (#4553) slim build: `custom:-ajax,-callbacks,-deferred,-effects`

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

Closes gh-4577
27 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/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