Skip to content

Commit 0f9312f

Browse files
author
Ayane Satomi
committed
scripts/ci: redo checking again
Signed-off-by: Ayane Satomi <[email protected]>
1 parent 2f8d392 commit 0f9312f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Linux build - ARM"
3333
os: linux
3434
arch: arm64
35-
dist: precise
35+
dist: xenial
3636
env: TARGET="linux"
3737
if: tag IS blank
3838
script: scripts/ci.bash

scripts/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function main() {
7070
>&2 echo "Must set VSCODE_VERSION environment variable"; exit 1
7171
fi
7272

73-
if [[ "${ostype}" == "darwin"* ]] && [[ "${target}" == "linux" ]]; then
73+
if [[ "${ostype}" == "darwin"* ]] || [[ "${target}" == "linux" ]]; then
7474
local-build
7575
else
7676
docker-build

0 commit comments

Comments
 (0)