From ca751279c5429ae66590ce9d106ff31a710201c9 Mon Sep 17 00:00:00 2001
From: Gennadiy Civil <gennadiycivil@users.noreply.github.com>
Date: Thu, 5 Oct 2017 20:58:07 -0400
Subject: [PATCH] Adding Windows to bazel-ci nodes

---
 .ci/abseil-cpp.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json
index b21e68d1..cb03eeff 100644
--- a/.ci/abseil-cpp.json
+++ b/.ci/abseil-cpp.json
@@ -4,4 +4,5 @@
     {"node": "linux-x86_64"},
     {"node": "ubuntu_16.04-x86_64"},
     {"node": "darwin-x86_64"}
+    {"node": "windows-x86_64"}
 ]
-- 
GitLab