From 89b83651c9272a84dfa24f9f78986b1e30a16a27 Mon Sep 17 00:00:00 2001 From: "Charles R. Portwood II" Date: Sat, 29 Jun 2019 17:06:20 -0500 Subject: [PATCH] Build for Feather Express --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd450f2..46fd02f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ env: - BOARD=mdk DEBUG=1 - BOARD=particle-xenon - BOARD=particle-xenon DEBUG=1 + - BOARD=feather-express + - BOARD=feather-express DEBUG=1 before_install: - chmod +x $TRAVIS_BUILD_DIR/.travis/before_install.sh