summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-16 02:25:56 +0700
committerhathach <[email protected]>2019-03-16 02:25:56 +0700
commite39b4199b00777c84badf67c70b7251b3cfe481a (patch)
treed27c7be464f26736186fdd36857865292de68813
parentd56e7fd9131a5c1a1c2035f846f0afeaf844412d (diff)
add stm32f4 board to travis build
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d804dd85..6a9fb4545 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,5 @@ before_script:
script:
- make -j2 -C examples/device/cdc_msc_hid BOARD=metro_m0_express
- make -j2 -C examples/device/cdc_msc_hid BOARD=metro_m4_express
+ - make -j2 -C examples/device/cdc_msc_hid BOARD=stm32f407g_disc1
+