The Travis build is failing due to a broken test.
The cause is:
type":"PluginNotFoundException","errorCode":12002,"message":"Plugin does not exist: 1"
The test assumes a predicable ID for the created plugin but this is not so. Need to update test to use the response of listing plugins to get the right ID.