Skip to content

Commit 570a5de

Browse files
committed
Fix CI by removing mdl; bump elixir
1 parent a7af3a5 commit 570a5de

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.circleci/config.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,20 @@ install_system_deps: &install_system_deps
2222
apt update
2323
apt install -y unzip
2424
25-
install_mdl: &install_mdl
26-
run:
27-
name: Install Markdown Lint
28-
command: |
29-
apt install -y ruby
30-
gem install mdl
31-
3225
defaults: &defaults
3326
working_directory: ~/repo
3427

3528
jobs:
3629
build_elixir_1_9_otp_22:
3730
docker:
38-
- image: erlang:22.0
31+
- image: erlang:22.1
3932
environment:
40-
ELIXIR_VERSION: 1.9.1-otp-22
33+
ELIXIR_VERSION: 1.9.4-otp-22
4134
LC_ALL: C.UTF-8
4235
<<: *defaults
4336
steps:
4437
- checkout
4538
- <<: *install_system_deps
46-
- <<: *install_mdl
4739
- <<: *install_elixir
4840
- <<: *install_hex_rebar
4941
- restore_cache:
@@ -55,7 +47,6 @@ jobs:
5547
- run: MIX_ENV=docs mix docs
5648
- run: mix hex.build
5749
- run: mix test
58-
- run: mdl --style .circleci/md-style.rb *.md
5950
- run: mix dialyzer --halt-exit-status
6051
- save_cache:
6152
key: v1-mix-cache-{{ checksum "mix.lock" }}

0 commit comments

Comments
 (0)