aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Build: Run tests on Node.js 7Michał Gołębiowski2016-10-261-0/+1
|
* Build: Drop testing on Node.js 5Michał Gołębiowski2016-05-291-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 6Michał Gołębiowski2016-04-261-0/+1
|
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
|
* Build: Remove a double empty line at the end of .travis.ymlMichał Gołębiowski2015-09-111-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.ymlMichał Gołębiowski2015-09-111-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.jsMichał Gołębiowski2015-09-081-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 configJon Hester2015-03-261-0/+2
| | | | Close gh-2121
* Build: Speed up the Travis buildMichał Gołębiowski2015-01-291-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 Willison2013-11-141-2/+0
|
* Travis: Also install bowerJörn Zaefferer2013-09-121-1/+1
|
* Add Travis CI config for PR testingJörn Zaefferer2013-09-121-0/+5