diff options
| author | Scott Shawcroft <[email protected]> | 2019-01-04 18:29:52 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2019-01-04 18:29:52 -0800 |
| commit | ebbd8578afdea344cf5e478d718748a720395750 (patch) | |
| tree | e5807f10e3d00de79d422dad023c95e8c8378fda | |
| parent | 048fc9694c100715cdb4003522c8dacc227b5ace (diff) | |
Change travis for makefile.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bbfdd684d..90e8801da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +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 + - cd tests/common && make |
