Add force flag to credo installer

pull/372/head
Connor Rigby 2017-11-30 09:17:28 -08:00 committed by Connor Rigby
parent f6568f863d
commit 428e5321ce
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ script:
- mix local.hex --force
- mix local.rebar --force
- mix archive.install https://github.com/nerves-project/archives/raw/master/nerves_bootstrap.ez --force
- mix archive.install hex credo
- mix archive.install hex credo --force
- mix deps.get
- mix credo --strict --ignore Credo.Check.Readability.MaxLineLength
- mix firmware