Skip to content

Commit 7463782

Browse files
author
Filipe GOMES PEIXOTO
committed
Fix build configuration typo
1 parent 0383968 commit 7463782

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
language: csharp
22
mono: none
3-
dotnet: 3.0.100
43

54
env:
65
global:
76
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
87
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
9-
10-
env:
11-
- PROJECT_NAME="EntityFrameworkCore.DataEncryption"
8+
- PROJECT_NAME: "EntityFrameworkCore.DataEncryption"
129

1310
jobs:
1411
include:
1512
- os: linux
1613
dist: xenial
1714
sudo: required
15+
dotnet: 2.2
1816
env:
1917
- FRAMEWORK="netstandard2.0"
2018
- FRAMEWORK_TEST="netcoreapp2.2"
2119
name: ".NET Core 2 (Linux: Ubuntu Xenial)"
22-
- os: Linux
20+
- os: linux
2321
dist: xenial
2422
sudo: required
23+
dotnet: 3.0.100
2524
env:
2625
- FRAMEWORK="netstandard2.1"
2726
- FRAMEWORK_TEST="netcoreapp3.0"

0 commit comments

Comments
 (0)