We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1816544 commit 751bb5bCopy full SHA for 751bb5b
2 files changed
.travis.yml
@@ -1,17 +1,15 @@
1
language: csharp
2
solution: cloudscribe.Web.Localization.sln
3
sudo: false
4
-dist: trusty
+dist: xenial
5
mono: none
6
-dotnet: 2.0.0
+dotnet: 3.0.100
7
env:
8
global:
9
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
10
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
11
os:
12
- linux
13
- - osx
14
-osx_image: xcode8.3
15
script:
16
- if test "$TRAVIS_OS_NAME" == "linux"; then dotnet restore; fi
17
- if test "$TRAVIS_OS_NAME" == "osx"; then dotnet restore --disable-parallel; fi
appveyor.yml
@@ -1,6 +1,6 @@
-image: Visual Studio 2017
+image: Visual Studio 2019
environment:
- nodejs_version: "6.9.1"
+ nodejs_version: "13.0.1"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
0 commit comments