Skip to content

Commit 549f62e

Browse files
committed
ci: install dotnet-sdk with apt-get
1 parent 5e6515c commit 549f62e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
# Enable the "universe" repositories
1313
- sudo add-apt-repository universe
1414
# Install PowerShell
15-
- sudo apt-get install -y powershell
15+
- sudo apt-get install -y powershell dotnet-sdk-3.1
1616

1717
script:
1818
- pwsh -c 'Import-Module ./PSSourcegraph/PSSourcegraph.psd1'
@@ -24,9 +24,8 @@ jobs:
2424
- stage: test
2525
- stage: release
2626
# Publish-Module needs dotnet CLI
27-
language: csharp
28-
dotnet: '2.2.401'
29-
mono: none
27+
language: node_js
28+
node_js: '14'
3029
cache:
3130
yarn: true
3231
install:

0 commit comments

Comments
 (0)