Skip to content

Commit e92138e

Browse files
author
Ian Craggs
committed
Don't run MQTT V5 tests on this branch for now (see vertx)
1 parent 748ac07 commit e92138e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
script:
2222
- mvn -B clean -q
2323
- mvn -B --projects org.eclipse.paho.client.mqttv3,org.eclipse.paho.client.mqttv3.test test -q
24-
- mvn -B --projects org.eclipse.paho.mqttv5.common,org.eclipse.paho.mqttv5.client,org.eclipse.paho.mqttv5.client.test test -q
24+
# - mvn -B --projects org.eclipse.paho.mqttv5.common,org.eclipse.paho.mqttv5.client,org.eclipse.paho.mqttv5.client.test test -q
2525

2626
#addons:
2727
# apt:

0 commit comments

Comments
 (0)