From 4907062a814bcbc3265539d567bb97d6ebc9d44a Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 17:59:15 +0530 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f8433f2e0c..2c9bfbc12ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ after_script: - ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui=bdd --reporter=xunit-file - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ - cp README.md ./shippable + - echo $BUILD_URL notifications: email: @@ -28,6 +29,6 @@ notifications: archive: true -cache: true +#cache: true From 5f0e785007d88ef38367ab1049376ada2feec2c1 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 18:02:28 +0530 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c9bfbc12ad..11245cd0cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,5 @@ archive: true #cache: true - +after_success: + - echo $BUILD_NUMBER