diff options
Diffstat (limited to 'tools/travis/script.sh')
-rw-r--r-- | tools/travis/script.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/travis/script.sh b/tools/travis/script.sh index 457a38f..103ccc1 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 -- . @@ -40,3 +36,7 @@ make -C testhal/TIVA/TM4C123x/SPI git checkout -- . git clean -xfd make -C testhal/TIVA/TM4C123x/WDG + +git checkout -- . +git clean -xfd +make -C testhal/TIVA/multi/PAL |