Skip to content

Commit 5e93e94

Browse files
committed
Also latest Elixir
1 parent 498ad2a commit 5e93e94

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ elixir:
44
- 1.9
55
- 1.8
66
- 1.7
7-
- 1.6
87
otp_release:
98
- 20.0
109
- 21.0

lib/bypass/plug.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule Bypass.Plug do
1818
conn
1919
catch
2020
class, reason ->
21-
stacktrace = System.stacktrace()
21+
stacktrace = __STACKTRACE__
2222
put_result(pid, route, ref, {:exit, {class, reason, stacktrace}})
2323
:erlang.raise(class, reason, stacktrace)
2424
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Bypass.Mixfile do
88
[
99
app: :bypass,
1010
version: @version,
11-
elixir: "~> 1.6",
11+
elixir: "~> 1.7",
1212
description: description(),
1313
package: package(),
1414
deps: deps(),

0 commit comments

Comments
 (0)