From 2f62346c585361591e6a9de7349401c7ebe360eb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 12 Jan 2015 11:15:19 -0800 Subject: [PATCH] Link to Windows CI post as well --- docs/writing-specs.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/writing-specs.md b/docs/writing-specs.md index 61bc7fa55..99c56011b 100644 --- a/docs/writing-specs.md +++ b/docs/writing-specs.md @@ -128,6 +128,9 @@ describe "when a test is written", -> expect("oranges").not.toEqual("apples") ``` -### Runnning on Travis CI +### Running on CI -it is now easy to run the specs in a CI environment like Travis. See [CI For Your Packages](http://blog.atom.io/2014/04/25/ci-for-your-packages.html) for more details +It is now easy to run the specs in a CI environment like Travis and AppVeyor. See the +[Travis CI For Your Packages](http://blog.atom.io/2014/04/25/ci-for-your-packages.html) +and [AppVeyor CI For Your Packages](http://blog.atom.io/2014/07/28/windows-ci-for-your-packages.html) +posts for more details.