Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 1, 2019
1 parent 5138a42 commit 839c070
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,15 @@ language: elixir
sudo: false

elixir:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9

otp_release:
- 19.3
- 20.0
- 21.0

matrix:
exclude:
- elixir: 1.5
otp_release: 21.0

env: MIX_ENV=test

script:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Misc

- Bumped minimal `elixir` version to `1.6` due to `mix format`
- Package version updates
- New elixir versions support in travis
- Adds `elixir1.9` support
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Recase.Mixfile do
[
app: :recase,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.6",
deps: deps(),

# Hex:
Expand Down

0 comments on commit 839c070

Please sign in to comment.