Skip to content

Commit dc8987d

Browse files
Merge pull request #268 from ElectronNET/dotnet-travisci-dotnetcore
Use the most recent SDK
2 parents 38785f9 + 4dc8f18 commit dc8987d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: csharp
22
mono: none
3-
dotnet: 2.1.300
3+
dist: xenial
4+
dotnet: 2.2
45
before_script:
56
- export PATH="$PATH:/home/travis/.dotnet/tools"
67
- npm install electron-packager --global

0 commit comments

Comments
 (0)