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 2f8d392 commit 0f9312fCopy full SHA for 0f9312f
.travis.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: "Linux build - ARM"
33
os: linux
34
arch: arm64
35
- dist: precise
+ dist: xenial
36
env: TARGET="linux"
37
if: tag IS blank
38
script: scripts/ci.bash
scripts/ci.bash
@@ -70,7 +70,7 @@ function main() {
70
>&2 echo "Must set VSCODE_VERSION environment variable"; exit 1
71
fi
72
73
- if [[ "${ostype}" == "darwin"* ]] && [[ "${target}" == "linux" ]]; then
+ if [[ "${ostype}" == "darwin"* ]] || [[ "${target}" == "linux" ]]; then
74
local-build
75
else
76
docker-build
0 commit comments