We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d8e3f commit bd07811Copy full SHA for bd07811
1 file changed
.travis.yml
@@ -8,6 +8,7 @@ install:
8
script:
9
- xbuild /p:Configuration=Debug src/Rezoom.SQL.sln
10
- mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./src/Rezoom.SQL.Test/bin/Debug/Rezoom.SQL.Test.dll
11
+ - nuget restore src/TypeProviderUsers/TypeProviderUsers.sln
12
- xbuild /p:Configuration=Debug src/TypeProviderUsers/TypeProviderUsers.sln
13
14
0 commit comments