We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6515c commit 549f62eCopy full SHA for 549f62e
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
# Enable the "universe" repositories
13
- sudo add-apt-repository universe
14
# Install PowerShell
15
- - sudo apt-get install -y powershell
+ - sudo apt-get install -y powershell dotnet-sdk-3.1
16
17
script:
18
- pwsh -c 'Import-Module ./PSSourcegraph/PSSourcegraph.psd1'
@@ -24,9 +24,8 @@ jobs:
24
- stage: test
25
- stage: release
26
# Publish-Module needs dotnet CLI
27
- language: csharp
28
- dotnet: '2.2.401'
29
- mono: none
+ language: node_js
+ node_js: '14'
30
cache:
31
yarn: true
32
install:
0 commit comments