Skip to content

Commit

Permalink
Everything is fixed, travis builds are working
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 17, 2017
1 parent 64c797a commit c0bf80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ otp_release:
env: MIX_ENV=test

script:
- mix compile
- ls _build/test/lib/petrovich_elixir/ebin
- mix coveralls.travis
- mix credo --strict

Expand Down
2 changes: 1 addition & 1 deletion lib/petrovich_elixir/petrovich.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ defmodule PetrovichElixir.Petrovich do
def lastname(name, case_, gender \\ @default_gender) do
Parser.parse(name, :lastname, case_, gender)
end
end
end

0 comments on commit c0bf80f

Please sign in to comment.