Added Travis support.

This commit is contained in:
Francois Best 2016-10-03 11:05:30 -07:00
parent e4e5d8bfcc
commit 9bab7bd0df
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
sudo: false
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/fortyseveneffects/travis-ci-arduino/master/install.sh)
script:
- build_main_platforms
notifications:
email:
on_success: change
on_failure: change