Skip to content

Commit

Permalink
Initial add travis arduino build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FWeinb committed Apr 18, 2016
1 parent fe79989 commit 9418eb8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: c
sudo: false
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
script:
- build_platform esp8266
notifications:
email:
on_success: change
on_failure: change

0 comments on commit 9418eb8

Please sign in to comment.