Skip to content

Commit 195c37b

Browse files
committed
Update ci yml
1 parent 5d2807d commit 195c37b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ dist: xenial
44
solution: CAP.sln
55
dotnet: 5.0.100
66
mono: none
7-
before_script:
8-
- sudo apt-get install dotnet-sdk-3.0
97
env:
108
- Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"
119

@@ -14,5 +12,5 @@ services:
1412

1513
script:
1614
- export PATH="$PATH:$HOME/.dotnet/tools"
17-
- dotnet tool install --global FlubuCore.GlobalTool --version 5.1.1
18-
- flubu build tests
15+
- dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
16+
- flubu build tests

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
services:
88
- mysql
99
before_build:
10-
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 5.1.1
10+
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
1111
build_script:
1212
- ps: flubu
1313
test: off

0 commit comments

Comments
 (0)