Travis: Makes sure the global success is reported on build leader (#2723)

* Adds exporting vars after success

* Echo var

* remove echo
This commit is contained in:
Florent Vilmart
2016-09-17 16:46:56 -04:00
committed by GitHub
parent ba0e529f81
commit f9dca6072a

View File

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