| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Closes gh-4678
(cherry picked from commit 88eb22e0599d546f98f6145c53deb086e1d82857)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Travis reports warnings in our config:
* root: deprecated key sudo (The key `sudo` has no effect anymore.)
* root: missing os, using the default linux
* root: key matrix is an alias for jobs, using jobs
They are all now resolved.
Closes gh-4636
(cherry picked from commit 5b94a4f847fe2328b1b8f2340b11b6031f95d2d1)
|
|
|
| |
Closes gh-4635
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Also, run such a suite in CI to make sure modules are working as expected
when used directly.
(partially cherry picked from 341c6d1b5abe4829f59fbc32e93f6a6a1afb900f)
(partially cherry picked from 437f389a24a6bef213d4df507909e7e69062300b)
Closes gh-4595
Ref gh-4550
Ref gh-4574
|
|
|
| |
Closes gh-4530
|
|
|
|
|
|
| |
Closes gh-4528
(cherry picked from commit 830976e690b5fffeac860e2fdd07986d087ce824)
|
|
|
|
|
|
|
|
|
|
|
| |
Also, run them on both ChromeHeadless & FirefoxHeadless locally on
`grunt karma:main`.
Plus, so far, the chrome addons were installed for all the jobs, even
the ones that weren't used for browser testing. Changing that makes
those jobs faster.
(cherry-picked from 84835e68239ce55d1fc007b284e8ef4ed2817c2)
|
|
|
|
|
|
| |
(cherry-picked from b8d4712825a26a7f24c2bdb5a71aa3abcd345dfd)
Closes gh-4369
|
|
|
|
|
|
|
|
| |
Node.js 10 has been in Active LTS since 2018-04-24 and Node.js 8 is now in
maintenance mode.
See https://github.com/nodejs/Release for more details.
Closes gh-4311
|
| |
|
|
|
|
|
| |
Node.js 4 & 9 are ending their life, Node.js 10 has just been released.
Closes gh-4057
|
|
|
|
|
|
| |
The Chrome sandbox doesn't work on Travis unless sudo is enabled. Instead,
we're disabling the Chrome sandbox.
Closes gh-4011
|
| |
|
|
|
|
| |
Ref gh-3744
Closes gh-3894
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update QUnit to 1.23.1
- Remove unused dl#dl from test/index.html
- Remove unused map#imgmap from test/index.html
- Ensure all urls to data use baseURI
- Add the 'grunt karma:main' task
- customContextFile & customDebugFile
- Add 'npm run jenkins' script
Close gh-3744
Fixes gh-1999
|
|
|
| |
Closes gh-3840
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Node.js 0.12 is no longer supported by upstream. So far we had to keep
a workaround that would skip running ESLint there (or even load its task)
as it no longer supports Node.js <4; the same applied to Node smoke tests
as jsdom has also dropped support for those old Node versions. Those
workarounds have been removed now.
Ref 030191ae32dfcb7ecb2efb61d17a4964a3633e44
Closes gh-3478
|
|
|
|
|
| |
Node.js 0.10 loses upstream support today (see https://github.com/nodejs/LTS/)
so let's stop testing against it as well.
|
| |
|
|
|
|
|
| |
Node.js 5's upstream support ends in about a month, there is not much point
in testing it when we're releasing a new major version of jQuery
|
| |
|
| |
|
|
|
|
|
|
| |
The file already had an empty line at the end, I just can't see.
Refs 06320c88af5be9cd937917282deb6eb4c4ad0443
|
|
|
|
|
| |
.travis.yml used single quotes which is inconsistent with what we use in most
other files. Also, the file was missing an empty line at the end.
|
|
|
|
|
|
| |
Node.js & io.js have merged, there will be no more major io.js releases.
Also, as of today io.js is officially unsupported (even if it still gets some
updates) while Node.js 4.0.0 (just released!) will be supported until 2018.
|
|
|
|
| |
Close gh-2121
|
|
|
|
|
|
|
|
| |
Run Travis tests on a container infrastructure to make it start faster.
See http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Closes gh-2027
|
| |
|
| |
|
|
|