From 61e02a56114f56cfc4b4eed6e3b7091c3d68403b Mon Sep 17 00:00:00 2001 From: Dustin Lessard Date: Thu, 29 Oct 2015 11:21:32 -0400 Subject: [PATCH] Update README with warning about supported platforms on CI servers. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a04e6b8..563be2dc 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,9 @@ object. platforms List<String> [] - Platforms on which to run the tests (handled by the Dart test runner). See https://github.com/dart-lang/test#platform-selector-syntax for a full list of supported platforms. + Platforms on which to run the tests (handled by the Dart test runner). See https://github.com/dart-lang/test#platform-selector-syntax for a full list of supported platforms. + * Not all platforms are supported by all continuous integration servers. Please consult your CI server's documentation for more details. + unitTests @@ -462,4 +464,4 @@ Check out the source of these API methods for additional documentation. > In order to provide a clean API, these methods do not leverage the > configuration instances that the command-line interfaces do. Because of this, > the default usage may be different. You can access said configurations from -> the main `package:dart_dev/dart_dev.dart` import. \ No newline at end of file +> the main `package:dart_dev/dart_dev.dart` import.