Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya <Priya91@users.noreply.github.com>2016-09-16 02:08:16 +0300
committerGitHub <noreply@github.com>2016-09-16 02:08:16 +0300
commit02b1ff7549be5cf3f1d1454b7649dad963fd300d (patch)
treee600f3f080374c84c70d19f4c32b352a91bd643c /src/System.Globalization.Calendars/tests
parent2130039532115f1da88ec3f36b2334ac23eb4454 (diff)
parent5178d4cc47b0aef963a1fdf7e6a30c56fc09fb0d (diff)
Merge pull request #11758 from mellinoe/new-distro-ci
Add runs for Ubuntu 16.10 and openSUSE 42.1 to CI.
Diffstat (limited to 'src/System.Globalization.Calendars/tests')
-rw-r--r--src/System.Globalization.Calendars/tests/project.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Globalization.Calendars/tests/project.json b/src/System.Globalization.Calendars/tests/project.json
index f5f5f4f683..85034ed99c 100644
--- a/src/System.Globalization.Calendars/tests/project.json
+++ b/src/System.Globalization.Calendars/tests/project.json
@@ -39,9 +39,11 @@
"rhel.7-x64",
"ubuntu.14.04-x64",
"ubuntu.16.04-x64",
+ "ubuntu.16.10-x64",
"fedora.23-x64",
"linux-x64",
- "opensuse.13.2-x64"
+ "opensuse.13.2-x64",
+ "opensuse.42.1-x64"
]
}
}