Skip to content

Commit ffc6b31

Browse files
committed
Merge pull request #1 from adafruit/travis-ci
Travis CI Build Verification
2 parents 06899e1 + 8174e25 commit ffc6b31

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
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://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5+
install:
6+
- arduino --install-library "Adafruit FONA Library,Adafruit CC3000 Library"
7+
script:
8+
- build_main_platforms
9+
notifications:
10+
email:
11+
on_success: change
12+
on_failure: change

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adafruit IO Arduino Library
1+
# Adafruit IO Arduino Library [![Build Status](https://travis-ci.org/adafruit/Adafruit_IO_Arduino.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_IO_Arduino)
22

33
Arduino library to access the Adafruit IO REST API on platforms like the FONA,
44
CC3000, and ESP8266. This is a good library for simple send and receive access

examples/CC3000/.esp8266.test.skip

Whitespace-only changes.

examples/ESP8266/.due.test.skip

Whitespace-only changes.

examples/ESP8266/.leonardo.test.skip

Whitespace-only changes.

examples/ESP8266/.uno.test.skip

Whitespace-only changes.

examples/FONA/.esp8266.test.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)