Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Run tests on Node.js 7 | Michał Gołębiowski | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | Build: Drop testing on Node.js 5 | Michał Gołębiowski | 2016-05-29 | 1 | -1/+0 |
| | | | | | 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 | ||||
* | Build: test on Node.js 6 | Michał Gołębiowski | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | Build: Test on Node 5 | Michał Gołębiowski | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Build: Remove a double empty line at the end of .travis.yml | Michał Gołębiowski | 2015-09-11 | 1 | -1/+0 |
| | | | | | | The file already had an empty line at the end, I just can't see. Refs 06320c88af5be9cd937917282deb6eb4c4ad0443 | ||||
* | Build: Use double quotes in .travis.yml | Michał Gołębiowski | 2015-09-11 | 1 | -3/+4 |
| | | | | | .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. | ||||
* | Build: Drop io.js testing, test on latest Node.js | Michał Gołębiowski | 2015-09-08 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Tests: add the current version of node and iojs to the travis config | Jon Hester | 2015-03-26 | 1 | -0/+2 |
| | | | | Close gh-2121 | ||||
* | Build: Speed up the Travis build | Michał Gołębiowski | 2015-01-29 | 1 | -0/+1 |
| | | | | | | | | 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 | ||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -2/+0 |
| | |||||
* | Travis: Also install bower | Jörn Zaefferer | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Add Travis CI config for PR testing | Jörn Zaefferer | 2013-09-12 | 1 | -0/+5 |