@@ -179,7 +179,7 @@ matrix:
179
179
- mkdir BUILD
180
180
script :
181
181
# 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
183
183
184
184
- python : ' 2.7'
185
185
env :
@@ -196,7 +196,7 @@ matrix:
196
196
- mkdir BUILD
197
197
script :
198
198
# 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
200
200
201
201
- python : ' 2.7'
202
202
env :
@@ -213,7 +213,7 @@ matrix:
213
213
- mkdir BUILD
214
214
script :
215
215
# 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
217
217
218
218
- python : ' 2.7'
219
219
env :
@@ -230,7 +230,7 @@ matrix:
230
230
- mkdir BUILD
231
231
script :
232
232
# 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
234
234
235
235
- python : ' 2.7'
236
236
env :
@@ -247,7 +247,7 @@ matrix:
247
247
- mkdir BUILD
248
248
script :
249
249
# 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
251
251
252
252
- python : ' 2.7'
253
253
env :
@@ -264,7 +264,7 @@ matrix:
264
264
- mkdir BUILD
265
265
script :
266
266
# 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
268
268
269
269
- python : ' 2.7'
270
270
env :
@@ -281,4 +281,4 @@ matrix:
281
281
- mkdir BUILD
282
282
script :
283
283
# 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