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

Commit b7ef385

Browse files
boot test s390
Now that we have the buildroot image, we can boot test. Fixes: #232 Signed-off-by: Nick Desaulniers <[email protected]>
1 parent a366056 commit b7ef385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env: ARCH=ppc64le LD=ld.lld
2323
- name: "ARCH=riscv BOOT=false LLVM_IAS=1"
2424
env: ARCH=riscv BOOT=false LLVM_IAS=1
25-
- name: "ARCH=s390 BOOT=false"
26-
env: ARCH=s390 BOOT=false
25+
- name: "ARCH=s390"
26+
env: ARCH=s390
2727
- name: "ARCH=x86 LLVM=1 LLVM_IAS=1"
2828
env: ARCH=x86 LLVM=1 LLVM_IAS=1
2929
- name: "ARCH=x86_64 LLVM=1 LLVM_IAS=1"
@@ -61,8 +61,8 @@ jobs:
6161
- name: "ARCH=riscv BOOT=false LLVM_IAS=1 REPO=linux-next"
6262
env: ARCH=riscv BOOT=false LLVM_IAS=1 REPO=linux-next
6363
if: type = cron
64-
- name: "ARCH=s390 BOOT=false REPO=linux-next"
65-
env: ARCH=s390 REPO=linux-next BOOT=false
64+
- name: "ARCH=s390 REPO=linux-next"
65+
env: ARCH=s390 REPO=linux-next
6666
if: type = cron
6767
- name: "ARCH=x86 LLVM=1 LLVM_IAS=1 REPO=linux-next"
6868
env: ARCH=x86 LLVM=1 LLVM_IAS=1 REPO=linux-next

0 commit comments

Comments
 (0)