Skip to content

Commit 6ff614c

Browse files
committed
.travis.yml: reorganize to squeeze out a little more speed
1 parent 1c953d4 commit 6ff614c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ git:
99
# Put a representative board from each port or sub-port near the top
1010
# to determine more quickly whether that port is going to build or not.
1111
env:
12-
- TRAVIS_TESTS="unix docs translations"
13-
- TRAVIS_BOARDS="feather_huzzah circuitplayground_express pca10056" TRAVIS_SDK=arm:nrf:esp8266
14-
# Group nrf builds together..
15-
- TRAVIS_BOARDS="pca10056 pca10059 feather_nrf52832 feather_nrf52840_express" TRAVIS_SDK=arm:nrf
12+
- TRAVIS_TESTS="unix docs translations" TRAVIS_BOARDS="feather_huzzah circuitplayground_express pca10056 pca10059 feather_nrf52832 feather_nrf52840_express" TRAVIS_SDK=arm:nrf:esp8266
1613
# The rest of the M0/M4 boards, in arbitrary order.
1714
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0" TRAVIS_SDK=arm
1815
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express" TRAVIS_SDK=arm

0 commit comments

Comments
 (0)