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

Commit

Permalink
Push to elixir v0.13.2, bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed May 11, 2014
1 parent dc5e313 commit e4c27f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install clang
- export CC=clang
- git clone git://github.com/elixir-lang/elixir --depth=1 --branch=v0.13.1
- git clone git://github.com/elixir-lang/elixir --depth=1 --branch=v0.13.2
- make -C elixir
- git submodule update --init --recursive
before_script:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ defmodule Discount.Mixfile do
def project do
[
app: :discount,
version: "0.5.1",
elixir: "~> 0.13.1",
version: "0.5.2",
elixir: "~> 0.13.2",
compilers: [:discount, :elixir, :app],
deps: deps(Mix.env),
package: package,
Expand Down

0 comments on commit e4c27f3

Please sign in to comment.