From 84e5ef46bb5628c0cd2558135541f190dc3f8d2a Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 18:46:49 +0530 Subject: [PATCH 1/6] [reset_minion] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a69b2b61ec9..97d7a4d1526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ notifications: archive: true -cache: true +#cache: true From b317eda4ba1ff01634c5bea0338bee6fe2a5bb43 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 18:48:15 +0530 Subject: [PATCH 2/6] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 97d7a4d1526..538b19cf754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "0.10" - "0.11" + matrix: allow_failures: - node_js: "0.11" @@ -17,6 +18,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 + notifications: email: From 99330d18865e11e9e4a847f3f42fac5913803568 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 18 Feb 2015 18:51:03 +0530 Subject: [PATCH 3/6] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 538b19cf754..80459bde4bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ notifications: archive: true + #cache: true From 480668ab29cd2d34842e683a286858b2031d61ee Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 2 Feb 2016 11:03:55 +0530 Subject: [PATCH 4/6] Update .travis.yml --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80459bde4bd..81ec499298a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,18 @@ node_js: - "0.10" - "0.11" - +env: + - foo=bar + - bar=foo + matrix: allow_failures: - node_js: "0.11" + + exclude: + - node_js: "0.10" + env: + - bar=foo script: "npm run-script test-travis" From 0fc8fe590835a5aa1e159c1af18500ab08ff19ba Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 2 Feb 2016 11:06:53 +0530 Subject: [PATCH 5/6] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81ec499298a..3e901e2c449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ matrix: exclude: - node_js: "0.10" - env: - - bar=foo + env: bar=foo script: "npm run-script test-travis" From 52d58be0eedd361468e469deb33bc66800222927 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 2 Feb 2016 14:05:59 +0530 Subject: [PATCH 6/6] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e901e2c449..097ba86e0c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: node_js build_image: shippable/minv2 node_js: - - "0.10" + - 0.10 - "0.11" env: