123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- language: cpp
- sudo: required
- addons:
- apt:
- sources:
-
- packages:
-
-
- before_install:
-
-
-
-
-
- - git clone https://github.com/r89m/travis-scripts.git
- - source $TRAVIS_BUILD_DIR/travis-scripts/arduino.sh
-
- - setup_env
-
-
-
-
- install:
-
-
-
-
-
- - install_repo_as_library
- - install_repo_as_library https://github.com/r89m/Button.git
- - install_repo_as_library https://github.com/thomasfredericks/Bounce2.git
-
- script:
-
-
-
-
-
-
-
-
- - build_examples
-
- notifications:
- email:
- on_success: change
- on_failure: change
|