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

Commit 22705a6

Browse files
authored
Update .travis.yml
potential fix for passing builds being labeled as Travis failures.
1 parent 0cad544 commit 22705a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ 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"

0 commit comments

Comments
 (0)