Skip to content

Commit

Permalink
Update .travis.yml and version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jul 14, 2014
1 parent 7fa0a09 commit 70f8688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ otp_release:
- 17.0
before_install:
- mkdir -p vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.14.0/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.14.3/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
- export PATH="$PATH:$PWD/vendor/elixir/bin"
- mix local.hex --force
script: "MIX_ENV=test mix do deps.get, test"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do

def project do
[ app: :exprof,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 0.14.0",
deps: deps,
description: description,
Expand Down

0 comments on commit 70f8688

Please sign in to comment.