Skip to content

Commit b096e74

Browse files
committed
added Travis CI
1 parent 8c966fb commit b096e74

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
install:
6+
- arduino --install-library "aREST"
7+
- arduino --install-library "DHT sensor library"
8+
script:
9+
- build_platform esp8266
10+
notifications:
11+
email:
12+
on_success: change
13+
on_failure: change

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# iot-esp8266
1+
# Internet of Things with the ESP8266 [![Build Status](https://travis-ci.org/openhomeautomation/iot-esp8266.svg)](https://travis-ci.org/openhomeautomation/iot-esp8266)
2+
23
Code for the Internet of Things with the ESP8266 book

0 commit comments

Comments
 (0)