Browse Source

Travis: Use platformio 'master' for stable testing (#13902)

pull/1/head
Tanguy Pruvot 5 years ago
committed by Scott Lahteine
parent
commit
7076d8706b
  1. 2
      .travis.yml

2
.travis.yml

@ -45,7 +45,7 @@ before_install:
install:
#- pip install -U platformio
- pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
- pip install -U https://github.com/platformio/platformio-core/archive/master.zip
before_script:
# Update PlatformIO packages

Loading…
Cancel
Save