Skip to content

Commit

Permalink
Merge pull request #12 from hoffmannjan/master
Browse files Browse the repository at this point in the history
added travis
  • Loading branch information
ladyada authored Aug 22, 2019
2 parents e4c2b69 + 2c1ae92 commit 18f5220
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: c
sudo: false

# Blacklist
branches:
except:
- gh-pages

env:
global:
- PRETTYNAME="Adafruit Si7021 Library"

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)
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 comments on commit 18f5220

Please sign in to comment.