Skip to content

Commit 1cfa6da

Browse files
committed
Added autotest config
1 parent cb92c89 commit 1cfa6da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: c
2+
sudo: false
3+
before_install:
4+
- source <(curl -SLs https://github.com/adafruit/travis-ci-arduino/master/install.sh)
5+
install:
6+
- arduino --install-library "ByteConvert"
7+
script:
8+
- build_main_platforms
9+
notifications:
10+
email:
11+
on_success: change
12+
on_failure: change

0 commit comments

Comments
 (0)