aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Build: remove node .10 from travis"Michał Gołębiowski2016-04-271-0/+1
| | | | | | | This reverts commit 498fd24f389105049bc2eebadfa43e228b91454a. Node 0.10 has updated its npm to v2 so most issues with it should be resolved now.
* Build: test on Node.js 6Michał Gołębiowski2016-04-261-0/+1
|
* Build: remove node .10 from travisOleg Gaidarenko2015-12-221-1/+0
|
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
| | | | (cherry-picked from cbe5b2b79a46c61ad36ea5df44f80b1cc2c1b60a)
* 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 (cherry-picked from cea94a83c7a5c5df6da578d417e5fb26152b19e1)
* 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. (cherry-picked from 06320c88af5be9cd937917282deb6eb4c4ad0443)
* 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. (cherry-picked from 250a1990baa571de60325ab2c52eabb399c4cf9e)
* 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/ (cherry-picked from 31f4f8e3f30e67e677a2aa167b9e894d46d5b81e) 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