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

Commit

Permalink
Version 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 13, 2014
1 parent 8e9e757 commit 579bc80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
language: erlang
otp_release:
- 17.0
#env:
#- ELIXIR_VERSION=0.14.2
env:
- ELIXIR_VERSION=0.14.3
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir
- make
- cd ..
#- wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
#- unzip -d elixir Precompiled.zip
- wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
- unzip -d elixir Precompiled.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This project's goal is to make releases with Elixir projects a breeze. It is com

```elixir
defp deps do
[{:exrm, "~> 0.11.3"}]
[{:exrm, "~> 0.12.4"}]
end
```

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ defmodule ReleaseManager.Mixfile do

def project do
[ app: :exrm,
version: "0.12.3",
elixir: "~> 0.14.3-dev",
version: "0.12.4",
elixir: "~> 0.14.3",
description: description,
package: package,
deps: [{:conform, github: "bitwalker/conform", branch: "develop"}] ]
deps: [{:conform, "~> 0.8.2"}] ]
end

def application, do: []
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
%{"conform": {:git, "git://github.com/bitwalker/conform.git", "c40f58a459d4ebc987605888f44b9386978f25dc", [branch: "develop"]}}
%{"conform": {:package, "0.8.2"}}

0 comments on commit 579bc80

Please sign in to comment.