Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 13, 2014
1 parent 8400c57 commit 50b6e94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: erlang
otp_release:
- 17.0
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
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Conform.Mixfile do

def project do
[app: :conform,
version: "0.8.1",
elixir: "~> 0.14.3-dev",
version: "0.8.2",
elixir: "~> 0.14.3",
escript: [main_module: Conform],
description: description,
package: package,
Expand Down

0 comments on commit 50b6e94

Please sign in to comment.