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 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: