We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d13e8 commit a9e0db5Copy full SHA for a9e0db5
.travis.yml
@@ -9,12 +9,12 @@ os:
9
- linux
10
11
python:
12
- - "2.7"
+ - '2.7'
13
14
# Cache PlatformIO packages using Travis CI container-based infrastructure
15
cache:
16
directories:
17
- - "~/.platformio"
+ - '~/.platformio'
18
19
env:
20
global:
@@ -27,6 +27,8 @@ env:
27
- PLATFORMIO_CI_SRC=examples/DualMerger
28
- PLATFORMIO_CI_SRC=examples/Input
29
- 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
32
- PLATFORMIO_CI_SRC=examples/RPN_NRPN
33
- PLATFORMIO_CI_SRC=examples/SimpleSynth
34
0 commit comments