Skip to content

Commit

Permalink
Upgrade to elixir 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Aug 22, 2013
1 parent 43930e2 commit 414d4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: erlang
notifications:
recipients:
- [email protected]
- [email protected]
otp_release:
- R16B
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir && git checkout v0.10.0 && make && cd ..
- cd elixir && git checkout v0.10.1 && make && cd ..
before_script: "export PATH=`pwd`/elixir/bin:$PATH"
script: "MIX_ENV=test mix do deps.get, test --no-start"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Poxa.Mixfile do
[ app: :poxa,
version: "0.0.6",
name: "Poxa",
elixir: "~> 0.10.0",
elixir: "~> 0.10.1",
deps: deps(Mix.env),
dialyzer: [ plt_apps: ["erts","kernel", "stdlib", "crypto", "public_key", "mnesia"],
flags: ["-Wunmatched_returns","-Werror_handling","-Wrace_conditions"]],
Expand Down

0 comments on commit 414d4d7

Please sign in to comment.