Skip to content

Commit df54d2e

Browse files
committed
ci: travis: remove \ as they dont pass yaml parsing
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 7364f0c commit df54d2e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ before_install:
99
- docker build --build-arg UID=$(id -u) -t sof .
1010

1111
script:
12-
- docker run -it -v `pwd`:/home/sof/work/sof.git \
13-
-v `pwd`/../soft.git:/home/sof/work/soft.git \
14-
--user `id -u` sof ./scripts/xtensa-build-all.sh -l
12+
- docker run -it -v `pwd`:/home/sof/work/sof.git -v `pwd`/../soft.git:/home/sof/work/soft.git --user `id -u` sof ./scripts/xtensa-build-all.sh -l

0 commit comments

Comments
 (0)