Skip to content
Snippets Groups Projects
.travis.yml 561 B
Newer Older
Daniel Eichhorn's avatar
Daniel Eichhorn committed
language: python
python:
    - "2.7"

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

env:
    - PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
    - PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
Fabrice Weinberg's avatar
Fabrice Weinberg committed
    - PLATFORMIO_CI_SRC=examples/SSD1306DrawingDemo
    - PLATFORMIO_CI_SRC=examples/SSD1306OTADemo
    - PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
Daniel Eichhorn's avatar
Daniel Eichhorn committed


install:
    - pip install -U platformio
    - platformio lib install 44
Daniel Eichhorn's avatar
Daniel Eichhorn committed

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