Parcourir la source

Use dev version of platformio

Scott Lahteine il y a 7 ans
Parent
révision
2c2cf5e856
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer