Skip to content

Commit

Permalink
optimized travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Sep 21, 2016
1 parent 53a1400 commit 7b6e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ os:
- linux
- osx
elixir:
- 1.2.4
- 1.3.2
otp_release:
- 18.2
script:
- MIX_ENV=test mix test --trace --cover
- MIX_ENV=test mix credo --strict
#- MIX_ENV=test mix credo --strict
services:
- redis-server
sudo: false
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.0.0",
elixir: "~> 1.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps,
Expand Down

0 comments on commit 7b6e9e5

Please sign in to comment.