diff options
| author | hathach <[email protected]> | 2019-03-20 01:23:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-20 01:23:59 +0700 |
| commit | 1a0c4fbb9ba37749f8b51b79937a4baf8b5f9176 (patch) | |
| tree | ae3090dfba369b395e065cb5756df06aafd4df38 | |
| parent | e6612ab82c162dea245dbbcdd2da6a744eca3ac2 (diff) | |
add pca10056 to travis buidl
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a9fb4545..274d05722 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ 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 + - make -j2 -C examples/device/cdc_msc_hid BOARD=pca10056 |
