Skip to content

Commit ec34eca

Browse files
author
Ian Katz
committed
Add travis-ci-arduino test script
1 parent 43ca5e0 commit ec34eca

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: c
2+
sudo: false
3+
cache:
4+
directories:
5+
- ~/arduino_ide
6+
- ~/.arduino15/packages/
7+
8+
git:
9+
depth: false
10+
quiet: true
11+
env:
12+
global:
13+
- ARDUINO_IDE_VERSION="1.8.6"
14+
before_install:
15+
- source <(curl -SLs https://github.com/raw/adafruit/travis-ci-arduino/master/install.sh)
16+
install:
17+
- echo "this is the 'install' section of .travis.yml"
18+
script:
19+
- build_main_platforms
20+
21+
notifications:
22+
email:
23+
on_success: change
24+
on_failure: change

0 commit comments

Comments
 (0)