Browse Source

Update ci yml

master
Savorboard 3 years ago
parent
commit
195c37b8ac
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      .travis.yml
  2. +1
    -1
      appveyor.yml

+ 2
- 4
.travis.yml View File

@@ -4,8 +4,6 @@ dist: xenial
solution: CAP.sln
dotnet: 5.0.100
mono: none
before_script:
- sudo apt-get install dotnet-sdk-3.0
env:
- Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"

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

script:
- export PATH="$PATH:$HOME/.dotnet/tools"
- dotnet tool install --global FlubuCore.GlobalTool --version 5.1.1
- flubu build tests
- dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
- flubu build tests

+ 1
- 1
appveyor.yml View File

@@ -7,7 +7,7 @@ environment:
services:
- mysql
before_build:
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 5.1.1
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.1.0
build_script:
- ps: flubu
test: off


Loading…
Cancel
Save