aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-02 18:58:02 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-02 18:58:02 +0100
commitdefeba5d0632726fd5c372e55b28487c0cfc7cff (patch)
treea44644976228a49900843c97874cef3a4e2ef2d2 /tools
parentb08f095a7e0a8237c16e645790457ded1a820e80 (diff)
downloadChibiOS-Contrib-defeba5d0632726fd5c372e55b28487c0cfc7cff.tar.gz
ChibiOS-Contrib-defeba5d0632726fd5c372e55b28487c0cfc7cff.tar.bz2
ChibiOS-Contrib-defeba5d0632726fd5c372e55b28487c0cfc7cff.zip
Removed EXT testhal application from travis build script
Diffstat (limited to 'tools')
-rw-r--r--tools/travis/script.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 457a38f..cb082a3 100644
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -19,10 +19,6 @@ make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD
git checkout -- .
git clean -xfd
-make -C testhal/TIVA/TM4C123x/EXT/
-
-git checkout -- .
-git clean -xfd
make -C testhal/TIVA/TM4C123x/GPT
git checkout -- .