Skip to content

Commit 230ea60

Browse files
authored
always use platformio 4.3.4 in CI (#58)
because 5.x causing problems at the moment
1 parent 8a56f7a commit 230ea60

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
@@ -33,7 +33,7 @@ install:
3333
- tar xf lcov_1.13.orig.tar.gz
3434
- make -C lcov-1.13 "PREFIX=${HOME}/.local" install
3535
- rm -rf lcov-1.13
36-
- pip install --user platformio
36+
- pip install --user platformio==4.3.4
3737
- gem install coveralls-lcov
3838
- mkdir -p ~/.local/bin
3939
- wget -O ~/.local/bin/cpplint "$CPP_LINT_URL" && chmod 755 ~/.local/bin/cpplint

0 commit comments

Comments
 (0)