Skip to content

Commit 85b0002

Browse files
[CI] Install mercurial
1 parent 976260c commit 85b0002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
docker:
4141
- image: crystallang/crystal:latest
4242
steps:
43+
- apt-get update && apt-get install mercurial
4344
- shards-make-test
4445

4546
test-on-osx:
@@ -50,13 +51,14 @@ jobs:
5051
steps:
5152
- run:
5253
name: Install Crystal
53-
command: brew install crystal
54+
command: brew install crystal mercurial
5455
- shards-make-test
5556

5657
test-on-nightly:
5758
docker:
5859
- image: crystallang/crystal:nightly
5960
steps:
61+
- apt-get update && apt-get install mercurial
6062
- shards-make-test
6163

6264
workflows:

0 commit comments

Comments
 (0)