log4rs 0.8.1

A highly configurable multi-output logging implementation for the `log` facade
Documentation
environment:
  global:
    RUST_VERSION: stable
    CRATE_NAME: log4rs

  matrix:
    # Stable channel
    - TARGET: i686-pc-windows-msvc
      CHANNEL: stable
    - TARGET: x86_64-pc-windows-msvc
      CHANNEL: stable

install:
  - curl -sSf -o rustup-init.exe https://win.rustup.rs/
  - rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION%
  - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
  - rustc -Vv
  - cargo -V

test_script:
  - cargo build --verbose 
  - cargo test

cache:
  - C:\Users\appveyor\.cargo\registry
  - target

build: false