Skip to content

Commit 0344daf

Browse files
committed
Merge pull request #16 from arduino-libraries/add-travis
Add travis build test
2 parents fe79989 + 9418eb8 commit 0344daf

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)