Skip to content

Commit 778b945

Browse files
authored
Merge pull request #540 from frazar/fix-issue-539
Use patched version of PlatformIO to avoid GitHub issue #539
2 parents 5ec7cf2 + ef837b9 commit 778b945

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
@@ -38,7 +38,7 @@ before_install:
3838
- sudo apt-get update -qq && sudo apt-get -y install python-pip
3939
- python2 --version
4040
- pip2 --version
41-
- pip2 install --user --upgrade platformio
41+
- pip2 install --user --upgrade git+git://github.com/platformio/platformio-core.git@36a222822019b243ec254ab19b8b4e83462b90d3
4242
- platformio update
4343
- platformio --version
4444
#

0 commit comments

Comments
 (0)