I'm trying to set up Travis CI tests for my repository here: https://github.com/douglasg14b/CSVSerializer
The tests pass locally, but with Travis CI I get the following warning and error:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'Microsoft.VisualStudio.QualityTools.UnitTestFramework' not resolved
CSVSerializerTests.cs(1,17): error CS0234: The type or namespace name
VisualStudio' does not exist in the namespace
Microsoft'. Are you missing an assembly reference?
How can I go about resolving this?