Closed
Description
It's now being used for the special "Run 'dub upgrade' before testing" job. But I can't just simply add it to the regular tests like normal because it requires vibe.d v0.8.3, and mysql-native still supports various older versions of vibe.d.
So this change will need to come with adjustments to the buildscript and travis settings to use vibe.d v0.8.3 on DMD 2.079.0.
It might be best to take this opportunity to devise a more general approach to using different dependency versions when testing on different compiler versions.