Skip to content

Commit

Permalink
Make it v0.15.0 or later required
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 21, 2014
1 parent 98485c6 commit c610bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: erlang
env:
- ELIXIR="v0.14.2"
- ELIXIR="v0.15.0"
- ELIXIR="v0.15.1"
otp_release:
- 17.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
version: "0.3.1",
elixir: "~> 0.14.2 or ~> 0.15.0",
elixir: "~> 0.15.0",
deps: deps,
description: description,
package: package,
Expand Down

0 comments on commit c610bc0

Please sign in to comment.