Skip to content

Commit 2bd4430

Browse files
authored
Merge pull request #17 from hoffmannjan/master
added travis
2 parents 5508862 + 09d9566 commit 2bd4430

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: c
2+
sudo: false
3+
4+
# Blacklist
5+
branches:
6+
except:
7+
- gh-pages
8+
9+
env:
10+
global:
11+
- PRETTYNAME="Adafruit TouchScreen"
12+
13+
before_install:
14+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
15+
16+
script:
17+
- build_main_platforms
18+
19+
# Generate and deploy documentation
20+
after_success:
21+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)

examples/touchscreendemo/.esp8266.test.skip

Whitespace-only changes.

examples/touchscreendemoshield/.esp8266.test.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)