Skip to content

Commit 9321cc5

Browse files
committed
Bumped Travis CI to use C v1.3.7
1 parent 22a85aa commit 9321cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_paho_mqtt_c.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -ex
77

88
git clone https://github.com/eclipse/paho.mqtt.c.git
99
cd paho.mqtt.c
10-
git checkout v1.3.6
10+
git checkout v1.3.7
1111

1212
cmake -Bbuild -H. -DPAHO_WITH_SSL=ON -DPAHO_BUILD_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DPAHO_ENABLE_TESTING=OFF
1313
sudo env "PATH=$PATH" cmake --build build/ --target install

0 commit comments

Comments
 (0)