Skip to content

Commit ef4724a

Browse files
committed
more travis fixes
1 parent ba0b379 commit ef4724a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ otp_release:
1010
- 20.0
1111

1212
matrix:
13-
include:
13+
exclude:
1414
- elixir: 1.6.0
15+
env: MIX_FORMAT=false
16+
- elixir: 1.3.4
17+
env: MIX_FORMAT=true
18+
- elixir: 1.4
19+
env: MIX_FORMAT=true
20+
- elixir: 1.5
1521
env: MIX_FORMAT=true
16-
exclude:
1722
- elixir: 1.6.0
1823
otp_release: 18.3
1924
- elixir: 1.3.4

test/event_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ defmodule Sentry.EventTest do
110110
%{
111111
filename: "test/event_test.exs",
112112
function: "Sentry.EventTest.\"test parses error exception\"/1",
113-
lineno: 48,
113+
lineno: 299,
114114
module: Sentry.EventTest,
115115
context_line: nil,
116116
post_context: [],

0 commit comments

Comments
 (0)