From 52ed69e88aa4c470c04fe6f20829e64870a51114 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Fri, 11 Oct 2019 00:25:32 +0300 Subject: [PATCH] Disable Windows test done by AppVeoyr Let's try the possibilities of using Travis CI to test Windows also. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index d91d34e..1d1f8c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,6 +35,8 @@ test_script: - echo "%JL_TEST_SCRIPT%" - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%" +test: off + # # Uncomment to support code coverage upload. Should only be enabled for packages # # which would have coverage gaps without running on Windows # on_success: