Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-05ci: add node 8 to travis (#16934)薛定谔的猫
PR-URL: https://github.com/npm/npm/pull/16934 Credit: @Aladdin-ADD Reviewed-By: @zkat
2017-05-26travis: ditch npm5 specific stuffRebecca Turner
Also prune after install, instead of before.
2017-03-10travis: cache docs plzKat Marchán
2017-01-04unsupported,travis: Remove 0.12 from our supported listRebecca Turner
Credit: @iarna
2016-11-18travis: Now that we aren't avoiding slow tests, stop segregating themRebecca Turner
2016-11-18travis: Save the nyc cache between runsRebecca Turner
2016-11-18ci: reintroduce 0.12Forrest L Norvell
I genuinely thought it went out of maintenance mode with 0.10, and removing it from the test matrix was therefore both premature and an oversight. My apologies. Credit: @othiym23 Blame: @othiym23 PR-URL: https://github.com/npm/npm/pull/14591 Reviewed-By: @iarna
2016-11-04ci: Node 6 is LTS, 0.10 & 0.12 are unsupportedForrest L Norvell
We still love u, 0.10, but we gotta keep up with the times. This is _not_ a license to go wild with ES6isms. npm still _works_ (most of the time) back to 0.8, and that's in large part because of the project's conservatism about sticking to plain ES5 in both its own code base and its npm-controlled dependencies. Dependencies not under the team's control are already hard-deprecating 0.10, though, and the build matrix already leads to long Travis times. Credit: @othiym23 Blame: @othiym23 PR-URL: https://github.com/npm/npm/pull/14503 Reviewed-By: @zkat Reviewed-By: @iarna
2016-10-25travis: Fix travis config to run nyc broken tests tooRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400
2016-10-25travis: Adjust tests to pass with NYC under travisRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400 Reviewed-By: @zkat
2016-06-28ci: speed up TravisForrest L Norvell
The new configuration only runs coverage checks against Node.js LTS, which speeds up all the other test runs. By, like, a lot. Also, the entire file has been extensively commented, so the next time we need to mess with it, we'll be able to better remember why all the weird bits are there. Credit: @othiym23
2016-06-18ci: clean up tested versionsForrest L Norvell
Deprioritize 5, remove 0.8, and add 6 for Windows. Credit: @othiym23 Reviewed-By: @iarna
2016-04-28ci: nix iojs, add Node.js 6, prioritize 4 over 5Forrest L Norvell
Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/12487 Reviewed-By: @iarna
2016-02-19test: Port legacy tests to tapRebecca Turner
This removes all the relatively cryptic legacy tests and creates new tap tests that check the same functionality. Credit: @iarna Credit: @zkat PR-URL: https://github.com/npm/npm/pull/11292 Reviewed-By: @iarna Reviewed-By: @zkat Reviewed-By: @othiym23
2016-01-22travis: use container based builds insteadRebecca Turner
2015-11-20travis: Update tested node versionsRebecca Turner
Credit: @iarna Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10233
2015-10-09travis: Add node 4.1 to TravisCIJason Kurian
PR-URL: https://github.com/npm/npm/pull/9827
2015-10-09travis: Add CI for Node.js 4fscherwi
PR-URL: https://github.com/npm/npm/pull/9677
2015-06-26travis: Use the version of npm being testedRebecca Turner
2015-04-03test: travis should use npm HEAD for testsForrest L Norvell
2015-02-10tests: registry tests require sudo on TravisForrest L Norvell
2015-02-07travis: experiment with containerizationForrest L Norvell
2015-02-07more tweaks to Travis setupForrest L Norvell
* add io.js * add 0.12 / remove 0.11 * re-add 0.8 (for now)
2015-02-07add Slack integration for npm buildsForrest L Norvell
2014-11-14experiment with having Travis run all the testsForrest L Norvell
2014-08-08try with my PR'sDylan Greene
2014-04-10update tap tests to hit no external dependencies.bcoe
2012-08-20Sorry, travis.isaacs
It keeps reporting passing builds as failures. A CI system that has this many false negatives gets ignored, and that's worse than not having a CI system. Investigate later maybe, if these issues get cleared up. I don't have time or inclination to dig into it right now, though.
2012-08-07travis: We only care about 0.8 nowisaacs
2011-11-29travis doesn't support make -j4isaacs
2011-11-29quieter travis buildsisaacs
2011-11-29Make before travis installisaacs
2011-11-29Add .travis.yml fileisaacs