Skip to content

Commit f4d9795

Browse files
committed
ci: remove CI deploy
Doesn't work with secret env vars
1 parent c81328c commit f4d9795

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@ addons:
1111

1212
script:
1313
- pwsh -c 'Import-Module ./PSSourcegraph.psd1'
14-
15-
jobs:
16-
include:
17-
- stage: test
18-
- stage: release
19-
script: pwsh -c 'Publish-Module -Path . -NuGetApiKey $env:NUGET_API_KEY'
20-
if: tag =~ ^v AND fork = false

0 commit comments

Comments
 (0)