Skip to content

Commit

Permalink
always use platformio 4.3.4 in CI (#58)
Browse files Browse the repository at this point in the history
because 5.x causing problems at the moment
  • Loading branch information
jandelgado authored Sep 15, 2020
1 parent 8a56f7a commit 230ea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- tar xf lcov_1.13.orig.tar.gz
- make -C lcov-1.13 "PREFIX=${HOME}/.local" install
- rm -rf lcov-1.13
- pip install --user platformio
- pip install --user platformio==4.3.4
- gem install coveralls-lcov
- mkdir -p ~/.local/bin
- wget -O ~/.local/bin/cpplint "$CPP_LINT_URL" && chmod 755 ~/.local/bin/cpplint
Expand Down

0 comments on commit 230ea60

Please sign in to comment.