From 9bab7bd0df12ef2dd0031113ae3f7b93e5ee6561 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 3 Oct 2016 11:05:30 -0700 Subject: [PATCH] Added Travis support. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6b2d327 --- /dev/null +++ b/.travis.yml @@ -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