|
|
|
@ -3,7 +3,7 @@ jobs: |
|
|
|
|
build: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2-node-browsers |
|
|
|
|
- image: circleci/elixir:1.10.3-node-browsers |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
# match POSTGRES_PASSWORD for postgres image below |
|
|
|
@ -133,7 +133,7 @@ jobs: |
|
|
|
|
check_formatted: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
@ -147,7 +147,7 @@ jobs: |
|
|
|
|
credo: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
@ -181,7 +181,7 @@ jobs: |
|
|
|
|
dialyzer: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
@ -251,7 +251,7 @@ jobs: |
|
|
|
|
gettext: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
@ -290,7 +290,7 @@ jobs: |
|
|
|
|
release: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: prod |
|
|
|
|
|
|
|
|
@ -316,7 +316,7 @@ jobs: |
|
|
|
|
sobelow: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
@ -340,7 +340,7 @@ jobs: |
|
|
|
|
# test_geth_http_websocket: |
|
|
|
|
# docker: |
|
|
|
|
# # Ensure .tool-versions matches |
|
|
|
|
# - image: circleci/elixir:1.10.2-node-browsers |
|
|
|
|
# - image: circleci/elixir:1.10.3-node-browsers |
|
|
|
|
# environment: |
|
|
|
|
# MIX_ENV: test |
|
|
|
|
# # match POSTGRES_PASSWORD for postgres image below |
|
|
|
@ -394,7 +394,7 @@ jobs: |
|
|
|
|
# test_geth_mox: |
|
|
|
|
# docker: |
|
|
|
|
# # Ensure .tool-versions matches |
|
|
|
|
# - image: circleci/elixir:1.10.2-node-browsers |
|
|
|
|
# - image: circleci/elixir:1.10.3-node-browsers |
|
|
|
|
# environment: |
|
|
|
|
# MIX_ENV: test |
|
|
|
|
# # match POSTGRES_PASSWORD for postgres image below |
|
|
|
@ -448,7 +448,7 @@ jobs: |
|
|
|
|
# test_parity_http_websocket: |
|
|
|
|
# docker: |
|
|
|
|
# # Ensure .tool-versions matches |
|
|
|
|
# - image: circleci/elixir:1.10.2-node-browsers |
|
|
|
|
# - image: circleci/elixir:1.10.3-node-browsers |
|
|
|
|
# environment: |
|
|
|
|
# MIX_ENV: test |
|
|
|
|
# # match POSTGRES_PASSWORD for postgres image below |
|
|
|
@ -502,7 +502,7 @@ jobs: |
|
|
|
|
test_parity_mox: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2-node-browsers |
|
|
|
|
- image: circleci/elixir:1.10.3-node-browsers |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
# match POSTGRES_PASSWORD for postgres image below |
|
|
|
@ -556,7 +556,7 @@ jobs: |
|
|
|
|
coveralls_merge: |
|
|
|
|
docker: |
|
|
|
|
# Ensure .tool-versions matches |
|
|
|
|
- image: circleci/elixir:1.10.2 |
|
|
|
|
- image: circleci/elixir:1.10.3 |
|
|
|
|
environment: |
|
|
|
|
MIX_ENV: test |
|
|
|
|
|
|
|
|
|