Skip to content

Commit

Permalink
updating Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-meyer committed Jan 7, 2018
1 parent e53f61b commit 2c54855
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
language: c++
language: python
python:
- "2.7"

# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
cache:
directories:
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=examples/delay/delay.ino
- PLATFORMIO_CI_SRC=examples/repeat/repeat.ino

install:
- arduino
- pip install -U platformio

script:
- build_main_platforms
notifications:
email:
on_success: change
on_failure: change
- platformio ci --lib="." --board=uno

0 comments on commit 2c54855

Please sign in to comment.