diff --git a/README.md b/README.md index 2d2f002e..cb52db99 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Author: Fredrik Johansson Bug reports, feature requests and other comments are welcome in private communication, on the GitHub issue tracker, or on the FLINT mailing list . -[![Build Status](https://travis-ci.org/fredrik-johansson/arb.svg?branch=master)](https://travis-ci.org/fredrik-johansson/arb) +[![Build status](https://ci.appveyor.com/api/projects/status/r9bmee3ab3bb7xig?svg=true)](https://ci.appveyor.com/project/fredrik-johansson/arb) ## Code example diff --git a/appveyor.yml b/appveyor.yml index ec01b25f..43849350 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,8 @@ environment: ARCH: 64 - COMPILER: gcc ARCH: 32 - - COMPILER: cl - ARCH: 32 +# - COMPILER: cl +# ARCH: 32 install: - if [%COMPILER%]==[gcc] set "PATH=C:\msys64\mingw%ARCH%\bin;%PATH%"