We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976260c commit 85b0002Copy full SHA for 85b0002
.circleci/config.yml
@@ -40,6 +40,7 @@ jobs:
40
docker:
41
- image: crystallang/crystal:latest
42
steps:
43
+ - apt-get update && apt-get install mercurial
44
- shards-make-test
45
46
test-on-osx:
@@ -50,13 +51,14 @@ jobs:
50
51
52
- run:
53
name: Install Crystal
- command: brew install crystal
54
+ command: brew install crystal mercurial
55
56
57
test-on-nightly:
58
59
- image: crystallang/crystal:nightly
60
61
62
63
64
workflows:
0 commit comments