Skip to content

Commit

Permalink
Update platformio config and travis to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
curieos committed Jun 17, 2020
1 parent 94d283e commit 842edce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- platformio update

script:
- platformio check
- platformio run

deploy:
Expand Down
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
platform = espressif32
board = featheresp32
framework = arduino
check_tool = clangtidy
check_tool =
clangtidy

monitor_speed = 115200

Expand Down

0 comments on commit 842edce

Please sign in to comment.