Files
Arduino-IRremote/.travis.yml
2017-04-23 00:25:48 -06:00

16 lines
249 B
YAML

language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
script:
- sh test.sh