summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2019-01-04 18:27:00 -0800
committerScott Shawcroft <[email protected]>2019-01-04 18:27:00 -0800
commit048fc9694c100715cdb4003522c8dacc227b5ace (patch)
tree95cb7db17d7f14df90039a35d22e65ee8bc3d211 /.travis.yml
parenta3173b8de48b37e802d4de45821d2efbf54b1652 (diff)
Split out txbuf and add unit test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d804dd85..bbfdd684d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,4 @@ 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
+ - cd tests/common && ceedling test:all