From 3009da806fdf9af7ff62983acefc81eb98e9ffbc Mon Sep 17 00:00:00 2001 From: "M. Peter" Date: Wed, 21 Sep 2016 07:07:48 +0200 Subject: [PATCH] fixed install of rebar on appveyor / temp. disabled osx ci test --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 211ce89..5b02808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: elixir os: - linux - - osx + #- osx elixir: - 1.3.2 otp_release: diff --git a/appveyor.yml b/appveyor.yml index 78d9502..68900bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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