From 9acf1770369a131d89e3434a84e874d793f04194 Mon Sep 17 00:00:00 2001 From: Yasuyuki Tanaka Date: Thu, 9 Mar 2017 16:41:13 +0900 Subject: [PATCH] Enable TSCH regression testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5aefc0db8..7f92c751c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,3 +163,4 @@ env: - BUILD_TYPE='llsec' MAKE_TARGETS='cooja' - BUILD_TYPE='compile-avr' BUILD_CATEGORY='compile' BUILD_ARCH='avr-rss2' - BUILD_TYPE='ieee802154' + - BUILD_TYPE='tsch'