Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Update to run on 0.14.2 and 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jul 29, 2014
1 parent 5def91f commit 1e75046
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,13 @@ notifications:
- eduardo@gurgel.me
otp_release:
- 17.0
env:
- ELIXIR="v0.14.2"
- ELIXIR="v0.14.3"
install: mix deps.get
before_install:
- mkdir -p vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.14.2/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/$ELIXIR/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
- export PATH="$PATH:$PWD/vendor/elixir/bin"
- export MIX_ENV=test
- mix local.hex --force
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -16,7 +16,7 @@ defmodule TLDR.Mixfile do

defp deps do
[ { :httpoison, github: "edgurgel/httpoison", tag: "0.3.0" },
{ :exvcr, github: "parroty/exvcr", tag: "v0.1.7", only: :test },
{ :exvcr, "~> 0.2.0", only: :test },
{ :meck, "0.8.2", github: "eproxus/meck", override: true, only: :test } ]
end
end
2 changes: 1 addition & 1 deletion mix.lock
@@ -1,6 +1,6 @@
%{"exactor": {:package, "0.5.0"},
"exprintf": {:package, "0.1.2"},
"exvcr": {:git, "git://github.com/parroty/exvcr.git", "c086fe6781291c31b77abc6ae7baa894a52b25bb", [tag: "v0.1.7"]},
"exvcr": {:package, "0.2.1"},
"hackney": {:git, "git://github.com/benoitc/hackney.git", "cf90543f9cc21ffea34d71035521b0102b8555cf", [ref: "cf90543f9cc21ffea34d71035521b0102b8555cf"]},
"hackney_lib": {:git, "https://github.com/benoitc/hackney_lib.git", "48a5a3fc64892c95e4e3efdd464f26ca5683d2f9", [tag: "0.3.0"]},
"httpoison": {:git, "git://github.com/edgurgel/httpoison.git", "9e050f1f76900f08f5b258b09aaba8ae42f6d624", [tag: "0.3.0"]},
Expand Down

0 comments on commit 1e75046

Please sign in to comment.