Skip to content

Commit 1c661b3

Browse files
committed
Fix warning, abandon CI build of TPU.
1 parent bd07811 commit 1c661b3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ install:
88
script:
99
- xbuild /p:Configuration=Debug src/Rezoom.SQL.sln
1010
- 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
1311

1412

1513

src/Rezoom.SQL.Mapping/CommandParts.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ open System.Data
44
open System.Collections.Generic
55
open Rezoom
66

7+
[<NoComparison>]
78
type CommandFragment =
89
/// A name which should be localized to this command for batching.
910
/// For example, if the command creates a temp table, the real name should be chosen dynamically

0 commit comments

Comments
 (0)