Skip to content

Commit

Permalink
Merge da25461 into 3adb032
Browse files Browse the repository at this point in the history
  • Loading branch information
niku committed Sep 11, 2014
2 parents 3adb032 + da25461 commit 6bb3f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: erlang
env:
- ELIXIR="v0.15.0"
- ELIXIR="v0.15.1"
- ELIXIR="v1.0.0"
otp_release:
- 17.1
before_install:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
version: "0.3.2",
elixir: "~> 0.15.0 or ~> 1.0.0-rc1",
elixir: "~> 0.15.0 or ~> 1.0.0",
deps: deps,
description: description,
package: package,
Expand Down

0 comments on commit 6bb3f77

Please sign in to comment.