Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 6dd6f3b

Browse files
authored
Update .travis.yml
Revert ssh-agent kill.
1 parent 22705a6 commit 6dd6f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,4 @@ script:
114114
make -C examples/iot_core_mqtt_client IOTC_CLIENT_LIB_PATH=../../bin/linux IOTC_BSP_TLS=$IOTC_BSP_TLS;
115115
fi;
116116
fi;"
117-
# Fix for successful builds being reported as failed in Travis.
118-
# See https://github.com/travis-ci/travis-ci/issues/8082 .
119-
- "ssh-agent -k"
117+

0 commit comments

Comments
 (0)