aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-05-04Add node 6 to travisAnthony Van de Gejuchte
2015-10-28Stop building for io.jsRichard van Velzen
2015-09-24Add node 4.x in TravisAnthony Van de Gejuchte
2015-09-24Disable node 0.8 in TravisMihai Bazon
2015-07-29Make node.js 0.8 the minimum supported version.XhmikosR
Node.js 0.4 and 0.6 are ancient; things don't work there. Update Travis CI configuration accordingly. Note, that the npm update in Travis is needed for 0.8 only at the moment.
2015-04-14Test on latest `node` and `io.js`Jordan Harband
Per https://github.com/mishoo/UglifyJS2/commit/0262b4244c13b3ef148bf096874847aea84b93e5 - if you're going to stop testing on 0.8, you should be testing on 0.12. Also allow failures on unstable nodes and "older than two latest" `io.js` versions, and enable "sudo: false" which makes tests run faster.
2015-03-29Disable testing with Node 0.8Mihai Bazon
2014-08-03Install newest NPM on oldest Node.js.Ingvar Stepanyan
2014-06-26Do not run a test for Node v0.4Shinnosuke Watanabe
Travis CI doesn’t support Node v0.4. http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Provide d-Node.js-Versions
2014-01-07Disable node 0.6 since the build fails consistently and it's not our fault.Mihai Bazon
2013-05-08Add CI build for supported Node versionsNick Schonning