Skip to content

Commit bae16ca

Browse files
committed
add itsybitsy and clue variants into travis build
1 parent 5973ba1 commit bae16ca

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,22 @@ env:
1515
jobs:
1616
fast_finish: true
1717
include:
18-
- name: "Feather 52840"
18+
- name: "Feather nRF52840"
1919
env: VARIANT="feather52840"
20-
- name: "Feather 52840 (All warnings)"
20+
- name: "Feather nRF52840 (All warnings)"
2121
env: ALL_WARNINGS="true" VARIANT="feather52840"
22-
- name: "Circuit Playground 52840"
22+
- name: "Circuit Playground nRF52840"
2323
env: VARIANT="cplaynrf52840"
24-
- name: "Circuit Playground 52840 (All warnings)"
24+
- name: "Circuit Playground nRF52840 (All warnings)"
2525
env: ALL_WARNINGS="true" VARIANT="cplaynrf52840"
26-
- name: "Feather 52832"
26+
- name: "Feather nRF52832"
2727
env: VARIANT="feather52832"
28-
- name: "Feather 52832 (All warnings)"
28+
- name: "Feather nRF52832 (All warnings)"
2929
env: ALL_WARNINGS="true" VARIANT="feather52832"
30+
- name: "ItsyBitsy nRF52840 Express"
31+
env: VARIANT="itsybitsy52840"
32+
- name: "Clue nRF52840"
33+
env: VARIANT="cluenrf52840"
3034
allow_failures:
3135
- env: ALL_WARNINGS="true" VARIANT="feather52840"
3236
- env: ALL_WARNINGS="true" VARIANT="cplaynrf52840"

tools/build_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
variants_dict = {
2626
'feather52840': 'Feather nRF52840 Express',
2727
'cplaynrf52840': 'Circuit Playground Bluefruit Express',
28+
'itsybitsy52840': 'ItsyBitsy nRF52840 Express',
29+
'cluenrf52840': 'Clue nRF52840'
2830
'feather52832': 'Feather nRF52832'
2931
}
3032

0 commit comments

Comments
 (0)