Skip to content

Commit 03d8cdb

Browse files
authored
🐛 Use lib with deps installed on CI
1 parent 25da79b commit 03d8cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ install:
1717
- platformio lib -g install file://.
1818

1919
script:
20-
- if [[ "$CPPLINT" ]]; then make cpplint; else platformio ci --lib=./ $PLATFORMIO_CI_EXTRA_ARGS; fi
20+
- if [[ "$CPPLINT" ]]; then make cpplint; else platformio ci $PLATFORMIO_CI_EXTRA_ARGS; fi

0 commit comments

Comments
 (0)