diff options
-rwxr-xr-x | scripts/travis-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index aa0d508e..1f82b3f2 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -54,10 +54,10 @@ DICTDIR=${BUILD_DIR}/dict mkdir -p ${DICTDIR} for TARGET in test/configs/*.config ; do + start_test mcu_compile "$TARGET" make clean make distclean unset CC - start_test mcu_compile "$TARGET" cp ${TARGET} .config make olddefconfig make V=1 |