Skip to content

Commit 20f6f9f

Browse files
committed
Remove esy from CI
1 parent 138566e commit 20f6f9f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.circleci/config.yml

-12
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,3 @@ jobs: # a collection of steps
2727
- run: # run tests
2828
name: test
2929
command: npm test
30-
31-
- run:
32-
name: Install esy
33-
command: sudo npm -g install esy@latest --unsafe-perm
34-
35-
- run:
36-
name: Install dependencies
37-
command: esy install
38-
39-
- run:
40-
name: Build with esy
41-
command: esy build

0 commit comments

Comments
 (0)