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