From efe90132f1bdb0e603e63da3a78cd71fb65f5386 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 23 Nov 2015 16:55:49 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d5963..f0ef0e4 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Node.js SQLite Sample Implements a simple web application using SQLite, with tests. -Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. \ No newline at end of file +Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. + +testing pr on nov 23 From 2adb2e659518a728f34dc3dd0dd314a9b8d97329 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 23 Nov 2015 17:34:39 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 2052623..0af63fb 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,9 @@ node_js: # The path for Xunit to output test reports env: + global: - XUNIT_FILE=shippable/testresults/result.xml + - foo=bar # Create directories for test and coverage reports before_script: