From 0275824e8638567dcfc06bfedff6870e439fdda5 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 3 Oct 2016 11:12:32 -0700 Subject: [PATCH] Come on Travis, do your thing. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2238e5d..ecd91eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ 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: false