Skip to content

Commit 751bb5b

Browse files
committed
try fix ci builds
1 parent 1816544 commit 751bb5b

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
language: csharp
22
solution: cloudscribe.Web.Localization.sln
33
sudo: false
4-
dist: trusty
4+
dist: xenial
55
mono: none
6-
dotnet: 2.0.0
6+
dotnet: 3.0.100
77
env:
88
global:
99
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1010
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
1111
os:
1212
- linux
13-
- osx
14-
osx_image: xcode8.3
1513
script:
1614
- if test "$TRAVIS_OS_NAME" == "linux"; then dotnet restore; fi
1715
- if test "$TRAVIS_OS_NAME" == "osx"; then dotnet restore --disable-parallel; fi

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
environment:
3-
nodejs_version: "6.9.1"
3+
nodejs_version: "13.0.1"
44
# Install scripts. (runs after repo cloning)
55
install:
66
# Get the latest stable version of Node.js or io.js

0 commit comments

Comments
 (0)