diff --git a/README.md b/README.md
index 48772e8d9c31dc3e95ef44d53800c7ddd4555e84..8573a6e410af6b42d12ec4efe525edb139a44342 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 [![Build Status](https://travis-ci.org/kkawakam/rustyline.svg?branch=master)](https://travis-ci.org/kkawakam/rustyline)
 [![Clippy Linting Result](https://clippy.bashy.io/github/kkawakam/rustyline/master/badge.svg)](https://clippy.bashy.io/github/kkawakam/rustyline/master/log)
 [![](http://meritbadge.herokuapp.com/rustyline)](https://crates.io/crates/rustyline)
+[![Build status](https://ci.appveyor.com/api/projects/status/ls7sty8nt25rdfkq/branch/master?svg=true)](https://ci.appveyor.com/project/kkawakam/rustyline/branch/master)
 
 Readline implementation in Rust that is based on [Antirez' Linenoise](https://github.com/antirez/linenoise)
 
diff --git a/appveyor.yml b/appveyor.yml
index c9ec3aef9da45d9ba86954bc369a45ed9f7dd322..eb55790154cfaf467dfc1b3c904d3461e28c17cc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,17 +1,9 @@
 environment:
   matrix:
   - TARGET: 1.9.0-x86_64-pc-windows-msvc
-  - TARGET: 1.9.0-i686-pc-windows-msvc
   - TARGET: 1.9.0-x86_64-pc-windows-gnu
-  - TARGET: 1.9.0-i686-pc-windows-gnu
   - TARGET: beta-x86_64-pc-windows-msvc
-  - TARGET: beta-i686-pc-windows-msvc
   - TARGET: beta-x86_64-pc-windows-gnu
-  - TARGET: beta-i686-pc-windows-gnu
-  - TARGET: nightly-x86_64-pc-windows-msvc
-  - TARGET: nightly-i686-pc-windows-msvc
-  - TARGET: nightly-x86_64-pc-windows-gnu
-  - TARGET: nightly-i686-pc-windows-gnu
 install:
   - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe"
   - rust-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"