Skip to content

Commit

Permalink
Attempt at fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jan 16, 2021
1 parent 511213e commit 3729363
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# documentation at https://docs.platformio.org/en/latest/integration/ci/travis.html

language: python
python:
- "2.7"
- "3.7"

# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
- $HOME/.cache/pip

env:
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
Expand All @@ -19,7 +22,8 @@ env:

install:
- pip install -U platformio
- platformio lib install "paulstoffregen/Time@^1.6"
- pio update
- platformio lib -g install "paulstoffregen/Time@^1.6"

script:
- platformio ci --lib="." --board=nodemcuv2

0 comments on commit 3729363

Please sign in to comment.