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 25da79b commit 03d8cdbCopy full SHA for 03d8cdb
.travis.yml
@@ -17,4 +17,4 @@ install:
17
- platformio lib -g install file://.
18
19
script:
20
- - if [[ "$CPPLINT" ]]; then make cpplint; else platformio ci --lib=./ $PLATFORMIO_CI_EXTRA_ARGS; fi
+ - if [[ "$CPPLINT" ]]; then make cpplint; else platformio ci $PLATFORMIO_CI_EXTRA_ARGS; fi
0 commit comments