diff --git a/.appveyor.yml b/.appveyor.yml index 698366702..319793386 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -66,8 +66,7 @@ build_script: >- make && make install && (cd */newlib; make info man) && - (cd */newlib; make install-info install-man) && - (cd */winsup; test "${BUILD}" != 'x86_64-pc-cygwin' || make check || true)" + (cd */newlib; make install-info install-man)" test: off deploy: off