Age | Commit message (Expand) | Author |
---|---|---|
2018-07-05 | use nvs for CI testing | alexlamsl |
2017-06-14 | cache web assets between CI runs (#2089)...- skip `test/jetstream.js` for `node@0.12` | Alex Lam S.L |
2017-06-13 | add Node.js 8 to Travis CI (#2086)...- explicitly terminate `test/jetstream.js` upon completion - log verbose output from `test/benchmark.js` & `test/jetstream.js` - remove obsolete workaround for Travis CI | Alex Lam S.L |
2017-05-16 | export `TreeTransformer` (#1950)...- link to existing documentation on `TreeWalker` & `TreeTransformer` - fix Travis build failures fixes #1949 | Alex Lam S.L |
2017-03-23 | metadata cleanup (#1630)...- mention performance anomaly in Node 7 and drop from CI - remove unused npm "scripts" - mark browserify dependency as optional - stop `test/mozilla-ast.js` from spamming console output in later versions of Node.js | Alex Lam S.L |
2017-03-08 | only run benchmark & jetstream on CI (#1571) | Alex Lam S.L |
2016-05-04 | Add node 6 to travis | Anthony Van de Gejuchte |
2015-10-28 | Stop building for io.js | Richard van Velzen |
2015-09-24 | Add node 4.x in Travis | Anthony Van de Gejuchte |
2015-09-24 | Disable node 0.8 in Travis | Mihai Bazon |
2015-07-29 | Make node.js 0.8 the minimum supported version....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. | XhmikosR |
2015-04-14 | Test on latest `node` and `io.js`...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. | Jordan Harband |
2015-03-29 | Disable testing with Node 0.8 | Mihai Bazon |
2014-08-03 | Install newest NPM on oldest Node.js. | Ingvar Stepanyan |
2014-06-26 | Do not run a test for Node v0.4...Travis CI doesn’t support Node v0.4. http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Provide d-Node.js-Versions | Shinnosuke Watanabe |
2014-01-07 | Disable node 0.6 since the build fails consistently and it's not our fault. | Mihai Bazon |
2013-05-08 | Add CI build for supported Node versions | Nick Schonning |