-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[changelog] changed: min version changed: add travis config with matrix tests
- Loading branch information
1 parent
c56d0c8
commit 195fcfd
Showing
5 changed files
with
88 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,51 @@ | ||
language: elixir | ||
|
||
elixir: | ||
- '1.8.1' | ||
- '1.9' | ||
otp_release: | ||
- '21.1.1' | ||
- '22.0.3' | ||
|
||
matrix: | ||
include: | ||
- elixir: '1.3' | ||
otp_release: '18.3' | ||
- elixir: '1.3' | ||
otp_release: '19.0' | ||
- elixir: '1.4' | ||
otp_release: '18.3' | ||
- elixir: '1.4' | ||
otp_release: '19.0' | ||
- elixir: '1.4' | ||
otp_release: '20.0' | ||
- elixir: '1.5' | ||
otp_release: '18.3' | ||
- elixir: '1.5' | ||
otp_release: '19.0' | ||
- elixir: '1.5' | ||
otp_release: '20.0' | ||
- elixir: '1.6' | ||
otp_release: '18.3' | ||
- elixir: '1.6' | ||
otp_release: '19.0' | ||
- elixir: '1.6' | ||
otp_release: '20.0' | ||
- elixir: '1.6' | ||
otp_release: '21.0' | ||
- elixir: '1.7' | ||
otp_release: '20.0' | ||
- elixir: '1.7' | ||
otp_release: '21.0' | ||
- elixir: '1.7' | ||
otp_release: '22.0' | ||
- elixir: '1.8' | ||
otp_release: '20.0' | ||
- elixir: '1.8' | ||
otp_release: '21.0' | ||
- elixir: '1.8' | ||
otp_release: '22.0' | ||
- elixir: '1.9' | ||
otp_release: '20.0' | ||
- elixir: '1.9' | ||
otp_release: '21.0' | ||
- elixir: '1.9' | ||
otp_release: '22.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
defmodule LoggerEtsBackend do | ||
@moduledoc """ | ||
""" | ||
@moduledoc false | ||
|
||
@behaviour :gen_event | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
%{ | ||
"earmark": {:hex, :earmark, "1.3.2", "b840562ea3d67795ffbb5bd88940b1bed0ed9fa32834915125ea7d02e35888a5", [:mix], [], "hexpm"}, | ||
"ex_doc": {:hex, :ex_doc, "0.20.2", "1bd0dfb0304bade58beb77f20f21ee3558cc3c753743ae0ddbb0fd7ba2912331", [:mix], [{:earmark, "~> 1.3", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.10", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"}, | ||
"makeup": {:hex, :makeup, "0.8.0", "9cf32aea71c7fe0a4b2e9246c2c4978f9070257e5c9ce6d4a28ec450a839b55f", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, | ||
"makeup_elixir": {:hex, :makeup_elixir, "0.13.0", "be7a477997dcac2e48a9d695ec730b2d22418292675c75aa2d34ba0909dcdeda", [:mix], [{:makeup, "~> 0.8", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"}, | ||
"nimble_parsec": {:hex, :nimble_parsec, "0.5.0", "90e2eca3d0266e5c53f8fbe0079694740b9c91b6747f2b7e3c5d21966bba8300", [:mix], [], "hexpm"}, | ||
} |