Skip to content

Commit

Permalink
minimize matrix only support newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 23, 2019
1 parent 4dfcb87 commit f349c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
language: elixir
elixir:
- 1.3.4
- 1.4.5
- 1.5.3
- 1.6.6
- 1.7.4
- 1.8.0
otp_release:
- 18.3
- 19.3
- 20.3
- 21.2
matrix:
exclude:
- elixir: 1.3.4
otp_release: 20.3
- elixir: 1.3.4
otp_release: 21.2
- elixir: 1.4.5
otp_release: 21.2
- elixir: 1.5.3
otp_release: 21.2
- elixir: 1.6.6
otp_release: 18.3
- elixir: 1.7.4
otp_release: 18.3
- elixir: 1.7.4
otp_release: 19.3
- elixir: 1.8.0
otp_release: 18.3
- elixir: 1.8.0
otp_release: 19.3
before_script: MIX_ENV=test mix compile --warnings-as-errors
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 DeepMerge.Mixfile do
def project do
[app: :deep_merge,
version: @version,
elixir: "~> 1.2",
elixir: "~> 1.6",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
elixirc_paths: elixirc_paths(Mix.env),
Expand Down

0 comments on commit f349c60

Please sign in to comment.