Skip to content

Commit

Permalink
Fixes travis, bumps elixir version, closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 18, 2018
1 parent 8cda369 commit c3d9074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ language: elixir
sudo: false

elixir:
- 1.4
- 1.5

otp_release:
- 18.2
- 19.3
- 20.0

env: MIX_ENV=test

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Recase.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.3.0"
@url "https://github.com/sobolevn/recase"

def project do
[app: :recase,
version: @version,
elixir: "~> 1.4",
elixir: "~> 1.5",
deps: deps(),

# Hex:
Expand Down

0 comments on commit c3d9074

Please sign in to comment.