Skip to content

Commit

Permalink
Merge pull request #22 from Xerpa/change-base-version-to-1.6.5
Browse files Browse the repository at this point in the history
add support to 1.6.5
  • Loading branch information
raphaeltelatim committed Nov 25, 2020
2 parents 46dce38 + df27ed6 commit 850a850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run:
name: Run tests, reporting code coverage
command: mix coveralls.circle
- store_test_results: # upload junit test results for display in Test Summary
- store_test_results: # upload junit test results for display in Test Summary
path: _build/test/lib
- run: mix credo
publish:
Expand All @@ -49,6 +49,7 @@ workflows:
matrix:
parameters:
image:
- hexpm/elixir:1.6.5-erlang-19.1.6-alpine-3.12.0
- hexpm/elixir:1.7.4-erlang-19.3.6.13-alpine-3.12.0
- hexpm/elixir:1.8.2-erlang-20.3.8.26-alpine-3.12.0
- hexpm/elixir:1.9.4-erlang-20.3.8.26-alpine-3.12.0
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule BRAN.MixProject do
def project do
[
app: :bran,
version: "0.1.1",
elixir: "~> 1.7",
version: "0.1.2",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 850a850

Please sign in to comment.