Skip to content

Commit

Permalink
Update elixir version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Cooper committed Oct 12, 2016
1 parent 6f61a55 commit 3723da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: elixir
elixir:
- 1.2
- 1.3
- 1.3.3
otp_release:
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 Gatling.Mixfile do
[
app: :gatling,
version: version,
elixir: "~> 1.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
name: "Gatling",
Expand Down

0 comments on commit 3723da3

Please sign in to comment.