fix syntax

pull/402/head
connor rigby 2018-01-05 11:35:47 -08:00 committed by Connor Rigby
parent 4fd407fe30
commit b16b56e4db
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
MIX_ENV: test
MIX_TARGET: host
steps:
- checkout:
- checkout
- run: git submodule update --init --recursive
- <<: *install_elixir
- restore_cache:
@ -62,7 +62,7 @@ jobs:
MIX_ENV: dev
ENV: CI
steps:
- checkout:
- checkout
- run: git submodule update --init --recursive
- <<: *install_elixir
- restore_cache:
@ -99,7 +99,7 @@ jobs:
MIX_ENV: prod
ENV: CI
steps:
- checkout:
- checkout
- run: git submodule update --init --recursive
- <<: *install_elixir
- restore_cache: