Skip to content

Commit

Permalink
updates galore (#8)
Browse files Browse the repository at this point in the history
* updates galore

* Correct the not to run ones
  • Loading branch information
PragTob committed Jul 27, 2018
1 parent c1aaf82 commit 34fe792
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.4.0
erlang 19.1
elixir 1.7.0
erlang 21.0
24 changes: 18 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
language: elixir
elixir:
- 1.2.6
- 1.3.4
- 1.4.5
- 1.5.0
- 1.5.3
- 1.6.6
- 1.7.0
otp_release:
- 18.3
- 19.3
- 20.0
- 20.3
- 21.0
matrix:
exclude:
- elixir: 1.3.4
otp_release: 20.0
- elixir: 1.2.6
otp_release: 20.0
otp_release: 20.3
- elixir: 1.3.4
otp_release: 21.0
- elixir: 1.4.5
otp_release: 21.0
- elixir: 1.5.3
otp_release: 21.0
- elixir: 1.6.6
otp_release: 18.3
- elixir: 1.7.0
otp_release: 18.3
- elixir: 1.7.0
otp_release: 19.3
before_script: MIX_ENV=test mix compile --warnings-as-errors
script: mix coveralls.travis
after_script:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule DeepMerge.Mixfile do
docs: [source_ref: @version],
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [
"coveralls": :test, "coveralls.detail": :test,
coveralls: :test, "coveralls.detail": :test,
"coveralls.post": :test, "coveralls.html": :test,
"coveralls.travis": :test],
package: package(),
Expand Down

0 comments on commit 34fe792

Please sign in to comment.