Skip to content

Commit e41e46c

Browse files
committed
ci: Remove misplaced comments from folded block scalar
Also Travis build config validation added.
1 parent f3a91ab commit e41e46c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
# [1] https://docs.travis-ci.com/user/caching/#build-phases
2626
# [2] https://docs.travis-ci.com/user/customizing-the-build#build-timeouts
2727

28+
version: ~> 1.0
29+
2830
dist: xenial
2931
os: linux
3032
language: minimal
@@ -84,19 +86,19 @@ jobs:
8486

8587
- stage: test
8688
name: 'ARM [GOAL: install] [buster] [unit tests, functional tests]'
87-
arch: arm64
89+
arch: arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
8890
env: >-
8991
FILE_ENV="./ci/test/00_setup_env_arm.sh"
90-
QEMU_USER_CMD="" # Can run the tests natively without qemu
92+
QEMU_USER_CMD=""
9193
9294
# s390 build was disabled temporarily because of disk space issues on the Travis VM
9395
#
9496
# - stage: test
9597
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
96-
# arch: s390x
98+
# arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
9799
# env: >-
98100
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
99-
# QEMU_USER_CMD="" # Can run the tests natively without qemu
101+
# QEMU_USER_CMD=""
100102

101103
- stage: test
102104
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'

0 commit comments

Comments
 (0)