Skip to content

Commit

Permalink
Merge pull request #17 from hoffmannjan/master
Browse files Browse the repository at this point in the history
added travis
  • Loading branch information
ladyada authored Aug 29, 2019
2 parents 5508862 + 09d9566 commit 2bd4430
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: c
sudo: false

# Blacklist
branches:
except:
- gh-pages

env:
global:
- PRETTYNAME="Adafruit TouchScreen"

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

script:
- build_main_platforms

# Generate and deploy documentation
after_success:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
Empty file.
Empty file.

0 comments on commit 2bd4430

Please sign in to comment.