Skip to content

Commit

Permalink
Don’t support 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunyakirkali committed Nov 21, 2018
1 parent b2c4868 commit 8e94958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,10 +1,6 @@
language: elixir
matrix:
include:
- elixir: 1.3.4
otp_release: 18.3
- elixir: 1.3.4
otp_release: 19.3
- elixir: 1.4.5
otp_release: 18.3
- elixir: 1.4.5
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Onesky.MixProject do
[
app: :onesky,
version: "0.1.0",
elixir: "~> 1.3",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
Expand Down

0 comments on commit 8e94958

Please sign in to comment.