Skip to content

Commit

Permalink
MBL-918: dogma fix, set travis elixir version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelVesnin committed Feb 14, 2017
1 parent 5971c09 commit 767a2ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
addons:
postgresql: "9.5"
elixir:
- 1.3.4
- 1.4
otp_release:
- 19.0
env:
Expand Down
2 changes: 1 addition & 1 deletion config/dogma.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ alias Dogma.Rule
config :dogma,
rule_set: Dogma.RuleSet.All,
exclude: [
~r(\Alib/api/repo/tasks.ex), # TODO: https://github.com/lpil/dogma/issues/221
~r(\Alib/repo/tasks.ex), # TODO: https://github.com/lpil/dogma/issues/221
~r(\Arel/),
~r(\Adeps/),
],
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Gateway.Mixfile do
def project do
[app: :gateway_api,
version: @version,
elixir: "~> 1.3",
elixir: "~> 1.4",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix] ++ Mix.compilers,
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 767a2ac

Please sign in to comment.