Skip to content

Commit f9dca60

Browse files
authored
Travis: Makes sure the global success is reported on build leader (#2723)
* Adds exporting vars after success * Echo var * remove echo
1 parent ba0e529 commit f9dca60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ after_failure:
3434
- (cd resources; python travis_after_all.py)
3535
after_success:
3636
- (cd resources; python travis_after_all.py)
37+
- export $(cat resources/.to_export_back)
3738

3839
deploy:
3940
- provider: script

0 commit comments

Comments
 (0)