Skip to content

Commit e43f26f

Browse files
committed
travis: add missing examples to CI
two examples weren't being built. Lets get those in the CI
1 parent e7ef73d commit e43f26f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ cache:
3535

3636
env:
3737
- PLATFORMIO_CI_SRC=examples/BicycleSpeedDisplay/BicycleSpeedDisplay.ino
38+
- PLATFORMIO_CI_SRC=examples/DeviceSearch/DeviceSearch.ino
39+
- PLATFORMIO_CI_SRC=examples/DynamicProfiles/DynamicProfiles.ino
3840
- PLATFORMIO_CI_SRC=examples/EnvironmentDisplay/EnvironmentDisplay.ino
3941
- PLATFORMIO_CI_SRC=examples/HeartRateDisplay/HeartRateDisplay.ino
4042
- PLATFORMIO_CI_SRC=examples/HeartRateMonitor/HeartRateMonitor.ino

0 commit comments

Comments
 (0)