Skip to content

Commit bc7b805

Browse files
committed
Add .travis.yml
1 parent 450622f commit bc7b805

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+
git:
8+
depth: false
9+
quiet: true
10+
env:
11+
global:
12+
- ARDUINO_IDE_VERSION="1.8.8"
13+
- PRETTYNAME="SomeSerial"
14+
15+
before_install:
16+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17+
18+
script:
19+
- build_main_platforms
20+
21+
notifications:
22+
email:
23+
on_success: change
24+
on_failure: change

0 commit comments

Comments
 (0)