Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit d7b57aa

Browse files
author
Henry Wong
committed
[elastic] Fix the deploy failure.
1 parent 6cc96a2 commit d7b57aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
skip_cleanup: true
4444
local_dir: go-langserver-linux-amd64.tar.gz
4545
on:
46-
branch: master
46+
branch: release
4747

4848
- name: Unit Tests & Package | OSX
4949
os: osx
@@ -60,7 +60,7 @@ matrix:
6060
skip_cleanup: true
6161
local_dir: go-langserver-darwin-amd64.tar.gz
6262
on:
63-
branch: master
63+
branch: release
6464

6565
- name: Unit Tests & Package | Windows
6666
os: windows
@@ -80,4 +80,4 @@ matrix:
8080
skip_cleanup: true
8181
local_dir: go-langserver-windows-amd64.zip
8282
on:
83-
branch: master
83+
branch: release

0 commit comments

Comments
 (0)