Fix exit issue in travisci
authorFangming.Fang <fangming.fang@arm.com>
Mon, 2 Dec 2019 02:44:21 +0000 (02:44 +0000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 5 Dec 2019 04:50:27 +0000 (14:50 +1000)
commit7a4d39f0d176f0d17f2de15672e1869b22f3e1d8
tree29a31484473971245ac057c1828d1f3a75011eab
parent1d320e5c4cb90f75565465b89e6e5fd09cf2093b
Fix exit issue in travisci

Ungraceful 'exit' probably causes unexpeced error on background activity.
So replace 'exit' with recommended 'travis_terminate'. Also see
https://travis-ci.community/t/exit-0-cannot-exit-successfully-on-arm/5731/4

Change-Id: I382bd93a3e15ecdf305bab23fc4adefbf0348ffb

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10561)

(cherry picked from commit 6df44cf65fbc7e150965149d7e681ac3e22d11d8)
.travis.yml