Quellcode durchsuchen

Use dev version of platformio

Scott Lahteine vor 7 Jahren
Ursprung
Commit
2c2cf5e856
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml Datei anzeigen

@@ -28,7 +28,8 @@ before_install:
28 28
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
29 29
 
30 30
 install:
31
-  - pip install -U platformio
31
+  #- pip install -U platformio
32
+  - pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
32 33
 
33 34
 before_script:
34 35
   # Update PlatformIO packages

Laden…
Abbrechen
Speichern