.travis.yml configuration

First time using a CI and having issues with my .travis.yml configuration

Github: https://github.com/Sihle97/MyStuff1.git

language: csharp

dotnet: 2.2

script:
dotnet test Problems.Tests

matrix:
include:
-dist xenial
-dist bionic
-dotnet: 2.0.0
osx: osx

What issues are you having?

Please link to a build showcsing the problem and explain what you want to achieve and what exactly you expect to be different there.

https://travis-ci.com/Sihle97/MyStuff1/jobs/290711457#L652 says:

/usr/local/share/dotnet/sdk/3.1.100/NuGet.targets(268,5): error MSB3202: The project file "/Users/travis/build/Sihle97/MyStuff1/Problems/Problems.csproj" was not found. [/Users/travis/build/Sihle97/MyStuff1/MyStuff.sln]

Your repository’s Problems directory is indeed empty. It’s a submodule, but it doesn’t seem to go anywhere. You’ll have to fix that.

Also, there is no need to have both .org and .com builds running on a single repository. Please disable one of them to reduce your resource usage. https://travis-ci.org/account/repositories https://travis-ci.com/account/repositories