Skip to content

Commit

Permalink
Fix name of language in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Massari committed Oct 25, 2018
1 parent 825b10c commit b74369e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

matrix:
include:
- dotnet: latest
- mono: latest
script:
- xbuild /p:TargetFrameworkProfile="" /p:Configuration=Release NuoDb.Data.Client.3.5/Mono.NuoDb.Data.Client_3.5.csproj
- xbuild /p:TargetFrameworkProfile="" /p:Configuration=Release NuoDb.Data.Client/Mono.NuoDb.Data.Client_4.0.csproj
Expand All @@ -20,8 +20,9 @@ matrix:
- xbuild /p:TargetFrameworkProfile="" /p:Configuration=Release NUnitTestProject/Mono.NUnitTestProject.csproj
- TZ=America/New_York mono NUnitTestProject/bin/Release/NUnitTestProject.exe
env:
- NUO_VERSION=3.2.2.1
- NUO_VERSION=3.3.0.1
matrix:
- NUO_VERSION=3.2.2.1
- NUO_VERSION=3.3.0.1

before_install:
- echo madvise | sudo tee /sys/kernel/mm/transparent_hugepage/enabled >/dev/null
Expand Down

0 comments on commit b74369e

Please sign in to comment.