matomo-org / plugin-AnonymousPiwikUsageMeasurement

Help making Matomo better by sending anonymized usage data to the creators the project, and/or to your own Matomo instance and/or to any other Matomo instance
https://plugins.matomo.org/AnonymousPiwikUsageMeasurement
GNU General Public License v3.0
4 stars 12 forks source link

Fix tests by changing target SDK version to 2.16.0-b2 #28

Closed tsteur closed 8 years ago

tsteur commented 8 years ago

There was this commit: https://github.com/piwik/plugin-AnonymousPiwikUsageMeasurement/commit/05b1e6237b68f2177e6801e2a66f6fee7b64f980 which made the tests work for Piwik repository but now they fail for this plugin as 2.15.1-b1 is the target SDK version in .travis.yml. To fix the tests in this plugin as well we need to change .travis.yml to 2.16.0-b2 (once released). This is because there was a breaking API change in https://github.com/piwik/piwik/pull/9478 .

Once https://github.com/piwik/travis-scripts/pull/21 is merged this issue is obsolete as it would run the tests against latest beta automatically.