Skip to content

Commit a9e0db5

Browse files
committed
fix: Test examples in CI
1 parent 39d13e8 commit a9e0db5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ os:
99
- linux
1010

1111
python:
12-
- "2.7"
12+
- '2.7'
1313

1414
# Cache PlatformIO packages using Travis CI container-based infrastructure
1515
cache:
1616
directories:
17-
- "~/.platformio"
17+
- '~/.platformio'
1818

1919
env:
2020
global:
@@ -27,6 +27,8 @@ env:
2727
- PLATFORMIO_CI_SRC=examples/DualMerger
2828
- PLATFORMIO_CI_SRC=examples/Input
2929
- PLATFORMIO_CI_SRC=examples/MidiUSB REQUIRES_USB=1
30+
- PLATFORMIO_CI_SRC=examples/MidiUSB-CompleteAPI REQUIRES_USB=1
31+
- PLATFORMIO_CI_SRC=examples/MidiUSB-Thru REQUIRES_USB=1
3032
- PLATFORMIO_CI_SRC=examples/RPN_NRPN
3133
- PLATFORMIO_CI_SRC=examples/SimpleSynth
3234

0 commit comments

Comments
 (0)