Skip to content

Commit 9418eb8

Browse files
committed
Initial add travis arduino build tests
1 parent fe79989 commit 9418eb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)