diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 17:11:35 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 17:11:35 +0800 |
commit | ea06b4247347de84f3bd4fbc253108b8b49b70ac (patch) | |
tree | b47cccb365c2bbf9f58562ca054bd49e2ffbbd54 /azure-pipelines.yml | |
parent | 277dd672729fe848caf32511bf9d99abf881c30c (diff) | |
download | lua-language-server-ea06b4247347de84f3bd4fbc253108b8b49b70ac.zip |
更新脚本
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 74968b5f..d5b70ed8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,5 @@ jobs: - script: | sudo apt-get update sudo apt-get install -y libreadline-dev ninja-build - cd lua-language-server ./osx.sh displayName: '测试' |