We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0b379 commit ef4724aCopy full SHA for ef4724a
.travis.yml
@@ -10,10 +10,15 @@ otp_release:
10
- 20.0
11
12
matrix:
13
- include:
+ exclude:
14
- elixir: 1.6.0
15
+ env: MIX_FORMAT=false
16
+ - elixir: 1.3.4
17
+ env: MIX_FORMAT=true
18
+ - elixir: 1.4
19
20
+ - elixir: 1.5
21
env: MIX_FORMAT=true
- exclude:
22
23
otp_release: 18.3
24
- elixir: 1.3.4
test/event_test.exs
@@ -110,7 +110,7 @@ defmodule Sentry.EventTest do
110
%{
111
filename: "test/event_test.exs",
112
function: "Sentry.EventTest.\"test parses error exception\"/1",
113
- lineno: 48,
+ lineno: 299,
114
module: Sentry.EventTest,
115
context_line: nil,
116
post_context: [],
0 commit comments