Switch to stable release of @PlatformIO

This commit is contained in:
Ivan Kravets 2015-05-27 17:14:31 +03:00
parent 81ba812611
commit 0811d917d7

View file

@ -50,11 +50,9 @@ env:
install:
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
# Use PlatformIO from development branch
# @TODO remove this line after 2.0.1 release
- pip install https://github.com/platformio/platformio/archive/develop.zip
# Libraries from PlatformIO Library Register
#
# Libraries from PlatformIO Library Registry:
#
# http://platformio.org/#!/lib/show/416/TinyGPS
# http://platformio.org/#!/lib/show/417/SPI4Teensy3
- platformio lib install 416 417