Skip to content

Commit

Permalink
optimized travic config and relaxed elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Aug 1, 2017
1 parent 5779ea0 commit 1f3d8a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ os:
- linux
#- osx
elixir:
- 1.3.2
- 1.3
- 1.4
- 1.5
otp_release:
- 18.2
- 19
- 20
script:
- MIX_ENV=test mix test --trace
after_success:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule RedisSessions.Mixfile do
[
app: :redis_sessions,
version: "0.2.2",
elixir: "~> 1.5",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps,
Expand Down

0 comments on commit 1f3d8a8

Please sign in to comment.