Skip to content

Commit 5ccfaf1

Browse files
committed
Travis: allow build/make to print output
As we have now matrix for targets, there might be some targets that take longer to compile. It can timeout, if we produce an output after every target that it was build, it should extend the timeout per target build.
1 parent e402fdb commit 5ccfaf1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ matrix:
179179
- mkdir BUILD
180180
script:
181181
# Run local mbed 2 testing
182-
- python2 -u tools/build_travis.py --vendor NXP | sed -n '/^Executing/p'
182+
- python2 -u tools/build_travis.py --vendor NXP
183183

184184
- python: '2.7'
185185
env:
@@ -196,7 +196,7 @@ matrix:
196196
- mkdir BUILD
197197
script:
198198
# Run local mbed 2 testing
199-
- python2 -u tools/build_travis.py --vendor STM | sed -n '/^Executing/p'
199+
- python2 -u tools/build_travis.py --vendor STM
200200

201201
- python: '2.7'
202202
env:
@@ -213,7 +213,7 @@ matrix:
213213
- mkdir BUILD
214214
script:
215215
# Run local mbed 2 testing
216-
- python2 -u tools/build_travis.py --vendor NORDIC | sed -n '/^Executing/p'
216+
- python2 -u tools/build_travis.py --vendor NORDIC
217217

218218
- python: '2.7'
219219
env:
@@ -230,7 +230,7 @@ matrix:
230230
- mkdir BUILD
231231
script:
232232
# Run local mbed 2 testing
233-
- python2 -u tools/build_travis.py --vendor SILICON_LABS | sed -n '/^Executing/p'
233+
- python2 -u tools/build_travis.py --vendor SILICON_LABS
234234

235235
- python: '2.7'
236236
env:
@@ -247,7 +247,7 @@ matrix:
247247
- mkdir BUILD
248248
script:
249249
# Run local mbed 2 testing
250-
- python2 -u tools/build_travis.py --vendor MAXIM | sed -n '/^Executing/p'
250+
- python2 -u tools/build_travis.py --vendor MAXIM
251251

252252
- python: '2.7'
253253
env:
@@ -264,7 +264,7 @@ matrix:
264264
- mkdir BUILD
265265
script:
266266
# Run local mbed 2 testing
267-
- python2 -u tools/build_travis.py --vendor ATMEL | sed -n '/^Executing/p'
267+
- python2 -u tools/build_travis.py --vendor ATMEL
268268

269269
- python: '2.7'
270270
env:
@@ -281,4 +281,4 @@ matrix:
281281
- mkdir BUILD
282282
script:
283283
# Run local mbed 2 testing
284-
- python2 -u tools/build_travis.py --vendor NUVOTON | sed -n '/^Executing/p'
284+
- python2 -u tools/build_travis.py --vendor NUVOTON

0 commit comments

Comments
 (0)