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
2020-08-04chore: removed .travis.yml fileRuy Adorno
PR-URL: https://github.com/npm/cli/pull/1583 Credit: @ethomson Close: #1583 Reviewed-by: @isaacs
2020-07-29update CI test script for travisisaacs
2020-05-08feat: drop support for node v6 and v8claudiahdz
2020-05-02chore: remove slack notificationRuy Adorno
2020-01-09chore: ci cleanupRuy Adorno
- Moved windows builds to travis-only since they're currently failing on GHA and it's not code-related - Added setup on GHA config to only run coverage once in ubuntu target
2019-09-30The sudo: tag is deprecated on Travis CIChristian Clauss
PR-URL: https://github.com/npm/cli/pull/247 Credit: @cclauss Close: #247 Reviewed-by: @isaacs
2019-08-22travis: run tests on Windows as wellisaacs
2019-08-16travis: do not cache in node v6isaacs
This seems to break every time a dependency is updated. Not sure why node 6 is any different than any other environment, but it's probably not worth debugging any further.
2019-08-12test: remove broken-under-* test setsisaacs
The last two have been merged into the main test set.
2019-08-09test: remove empty test set that's no longer usedisaacs
2019-07-17travis: run sudo testsisaacs
2019-06-30travis: Update to include new v12 LTSisaacs
2018-12-07travis: 10 is LTS nowRebecca Turner
2018-12-07travis: only run license check once per full test run (like standard)Rebecca Turner
2018-12-07travis: Add node@11 to test matrixRebecca Turner
2018-11-26test: Automatically audit dependency licenses (#70)Kyle Mitchell
PR-URL: https://github.com/npm/cli/pull/70 Credit: @kemitchell Reviewed-By: @zkat
2018-05-04travis: Add node v10Rebecca Turner
2018-03-23unsupported: Drop support for Node 4 & Node 7Rebecca Turner
2017-11-10travis: Update test matrix w/ 8LTS and 9Rebecca Turner
2017-09-09travis: Remove bits that were stopping tests from running at allRebecca Turner
2017-08-16build: force Travis to use precise instead of TrustyMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-07-11travis: Run standard on one of the node versionsRebecca Turner
Credit: @iarna
2017-07-11travis: Stop caching node_modulesRebecca Turner
Credit: @iarna
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