Added Travis support.
This commit is contained in:
parent
e4e5d8bfcc
commit
9bab7bd0df
|
|
@ -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
|
||||||
Loading…
Reference in New Issue