|
@@ -10,10 +10,8 @@ env:
|
|
|
before_install:
|
|
before_install:
|
|
|
- nvm install $NODE_VERSION
|
|
- nvm install $NODE_VERSION
|
|
|
install:
|
|
install:
|
|
|
-- pip install -U platformio
|
|
|
|
|
|
|
+- pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
|
|
|
- platformio lib install
|
|
- platformio lib install
|
|
|
-- platformio upgrade && platformio update
|
|
|
|
|
-- platformio platform install 'https://github.com/platformio/platform-espressif8266.git#feature/stage'
|
|
|
|
|
- cd web && npm install && cd ..
|
|
- cd web && npm install && cd ..
|
|
|
script:
|
|
script:
|
|
|
- platformio run -v
|
|
- platformio run -v
|