From 859e8ed02ed4a22f9d35cf202ff2f0cd2702004d Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 17 Sep 2016 16:19:51 -0400 Subject: [PATCH 1/3] Adds exporting vars after success --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3ac0b259fe..d035051b50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ after_failure: - (cd resources; python travis_after_all.py) after_success: - (cd resources; python travis_after_all.py) + - export $(cat resources/.to_export_back) deploy: - provider: script From 6d5031493252777f7f4614caab1b2c3d45c984b3 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 17 Sep 2016 16:21:14 -0400 Subject: [PATCH 2/3] Echo var --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d035051b50..190c1724f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ after_failure: after_success: - (cd resources; python travis_after_all.py) - export $(cat resources/.to_export_back) + - echo $BUILD_LEADER$BUILD_AGGREGATE_STATUS deploy: - provider: script From f766ece44c1579cb2dcfeb57c34d05ecaff2480d Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 17 Sep 2016 16:36:49 -0400 Subject: [PATCH 3/3] remove echo --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 190c1724f3..d035051b50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ after_failure: after_success: - (cd resources; python travis_after_all.py) - export $(cat resources/.to_export_back) - - echo $BUILD_LEADER$BUILD_AGGREGATE_STATUS deploy: - provider: script