Skip to content

Commit

Permalink
fixed install of rebar on appveyor / temp. disabled osx ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Sep 21, 2016
1 parent c660c74 commit 3009da8
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
@@ -1,7 +1,7 @@
language: elixir
os:
- linux
- osx
#- osx
elixir:
- 1.3.2
otp_release:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ install:
- '@ECHO Redis Started'
# Install elixir
- cinst elixir
- cinst rebar3
- cinst mingw
- SET PATH=C:\ProgramData\chocolatey\lib\Elixir\bin;C:\tools\mingw64\bin;%PATH%
# Install module
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile

Expand Down

0 comments on commit 3009da8

Please sign in to comment.