Commit Graph

48 Commits

Author SHA1 Message Date
Zoltan Kochan
35d150a9e6 ci(appveyor): run tests with pnpm recursive test 2018-08-25 21:29:13 +03:00
Zoltan Kochan
2010db7f25 chore: set link-workspace-packages to true 2018-08-24 14:27:17 +03:00
Zoltan Kochan
1381b8a740 revert: set link-workspace-packages to true
This reverts commit a4206d380c.
2018-08-22 00:19:57 +03:00
Zoltan Kochan
a4206d380c chore: set link-workspace-packages to true 2018-08-21 23:36:11 +03:00
Zoltan Kochan
c2b16d5359 ci(appveyor): run tests in @pnpm/utils after package-store 2018-08-20 23:03:49 +03:00
Zoltan Kochan
4e8261c5af chore: remove redundant dotfiles 2018-08-18 00:11:07 +03:00
Zoltan Kochan
261112d2ab ci(appveyor): don't set fetch-retry-maxtimeout 2018-08-14 00:08:58 +03:00
Zoltan Kochan
159cd28f9b ci(appveyor): test default-fetcher on appveyor 2018-08-11 23:38:18 +03:00
Zoltan Kochan
485670a7ab ci(appveyor): test @pnpm/default-resolver 2018-08-11 23:27:46 +03:00
Zoltan Kochan
404eb5e3dc revert: ci(appveyor): turn on store verification
This reverts commit 1ddb7b6fe0.
2018-07-01 03:39:35 +03:00
Zoltan Kochan
1ddb7b6fe0 ci(appveyor): turn on store verification 2018-06-29 19:01:15 +03:00
Zoltan Kochan
3cc60ff47b ci(appveyor): install pnpm v2.9.0 by self-installer 2018-06-29 02:32:47 +03:00
Zoltan Kochan
98c7c957d7 feat: drop Node.js 4 support
BREAKING CHANGE:

Node.js>=6 is required
2018-05-14 01:33:25 +03:00
Zoltan Kochan
f5c3482bfd chore: adopt @pnpm/config to the multi-package repo 2018-05-13 16:44:14 +03:00
Zoltan Kochan
5159b52681 chore: adopt @pnpm/default-reporter to the multi-package repo 2018-05-13 15:05:31 +03:00
Zoltan Kochan
1bf9a4b4d3 test: @pnpm/headless 2018-05-13 02:00:19 +03:00
Zoltan Kochan
5e816d0c3a feat: create @pnpm/utils 2018-05-13 00:55:25 +03:00
Zoltan Kochan
156a6652ec ci: run tests in each package 2018-05-12 13:49:43 +03:00
Zoltan Kochan
0b089049bc ci(appveyor): only test on Node.js 4
AppVeyor is super slow, so we run tests only on the oldest
supported Node version.
2018-04-07 15:27:27 +03:00
Zoltan Kochan
f1f5698383 ci: npm set verify-store-integrity false 2018-04-01 22:06:45 +03:00
Zoltan Kochan
cb3429718a ci(appveyor): disable builds on new tags 2018-03-25 15:14:47 +03:00
Zoltan Kochan
b2824ad38b ci: install with verify-store-integrity 2018-03-24 17:24:27 +02:00
Zoltan Kochan
132a9246dd ci: update the installation script 2018-03-24 16:25:11 +02:00
Zoltan Kochan
e9e0e17eb0 ci: use pnpm@1.33.2 for installation 2018-02-25 23:41:21 +02:00
Zoltan Kochan
4205d278f3 ci: install pnpm@1.32.1 with the self-installer 2018-02-18 20:02:53 +02:00
Zoltan Kochan
1fe10b0c06 refactor: move @pnpm/self-installer to separate repo 2018-01-08 16:47:05 +02:00
Zoltan Kochan
498e2057f1 ci: use pnpm@1.23.2 to install next version of pnpm 2017-12-20 09:55:35 +02:00
Zoltan Kochan
93f0b94c25 test: run tests of self-installer separately from the main tests 2017-11-12 00:53:31 +02:00
zkochan
012e66e3ec ci: test on Node.js 9 2017-11-11 23:34:45 +02:00
zkochan
bd7a8b7cc8 chore: update shrinkwrap.yaml 2017-11-01 09:25:17 +02:00
zkochan
67a7ac3bdf ci: run tests of self-installer 2017-10-20 19:07:26 +03:00
Zoltan Kochan
4346e070c6 ci: testing whether pnpm can upgrade itself 2017-10-08 22:14:17 +03:00
zkochan
0bce40f4a5 feat: create @pnpm/self-installer
Create a standalone script for installing pnpm w/o npm.

Close #889
2017-10-08 02:01:11 +03:00
Zoltan Kochan
61aa3b502c ci(appveyor): fix running pnpm-registry-mock 2017-09-24 14:54:40 +03:00
Unknown
b0488374d0 chore(package): add publishConfig 2017-09-15 20:36:54 +03:00
zkochan
eb3c671c58 ci: don't cache 2017-06-16 09:17:37 +03:00
Zoltan Kochan
b8d8033a8d ci: run tests on Node v8 2017-05-30 23:04:19 +03:00
zkochan
5522d59acf ci: caching the local registry not the store 2017-04-27 11:25:45 +03:00
zkochan
7fe8ae7283 ci: remove .pnpm-cache from cache 2017-02-03 22:33:12 +02:00
zkochan
ea01adcd61 chore(CI): cache the store 2017-01-28 15:32:03 +02:00
zkochan
5f3c6d31a3 chore(CI): run tests on Node.js v7 as well 2016-11-10 02:34:20 +02:00
zkochan
f7b8a074aa chore(CI): use pnpm instead of pnpm-rocket
pnpm-rocket is experimental. Use pnpm for installing the dependencies
of itself.
2016-09-24 13:32:28 +03:00
Zoltan Kochan
f53fd7102f chore(CI): use pnpm-rocket for installation 2016-08-31 20:18:42 +03:00
Zoltan Kochan
849d3ef4c9 refactor(CI): don't pass the quiet option to pnpm
pnpm is quiet on CI servers by default from v0.26.2
2016-08-25 14:03:35 +03:00
Zoltan Kochan
82f9f56aad chore(travis,appveyor): use pnpm for installation 2016-08-21 00:37:10 +03:00
Zoltan Kochan
cd682be26b Drop support for Node < 4 2016-08-10 21:06:20 +03:00
Amila Welihinda
b33b2f133f Added travis support for node 4 semvar
This makes more sense, as it tests against the latest version of node 4
2016-08-01 01:48:25 +03:00
Zoltan Kochan
d09d106af4 Add Windows CI via AppVeyor
close #258
2016-07-23 04:07:05 +08:00