Skip to content

Commit 2ac7d2b

Browse files
committed
credo in dev
1 parent 05a1f50 commit 2ac7d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ notifications:
1919
script:
2020
- if [ "$STRICT" = "true" ]; then mix compile --warnings-as-errors; fi
2121
- mix test
22-
- MIX_ENV=test mix credo
22+
- mix credo
2323
- if [ "$STRICT" = "true" ]; then travis_wait mix dialyzer; fi
2424
- if [ "$STRICT" = "true" ]; then mix format --dry-run --check-formatted; fi
2525
cache:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Sentry.Mixfile do
3030
{:phoenix, "~> 1.3", optional: true},
3131
{:dialyxir, "> 0.0.0", only: [:dev], runtime: false},
3232
{:ex_doc, "~> 0.19.0", only: :dev},
33-
{:credo, "~> 0.10.0", only: [:test], runtime: false},
33+
{:credo, "~> 0.10.0", only: [:dev, :test], runtime: false},
3434
{:bypass, "~> 0.8.0", only: [:test]}
3535
]
3636
end

0 commit comments

Comments
 (0)