diff --git a/.travis.yml b/.travis.yml index 6566f1fa..7ede8a65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,8 +187,9 @@ script: make check-unit || exit 1 do_codecov unittests make check-integration || exit 1 - make check-themes || exit 1 do_codecov functionaltests + make check-themes || exit 1 + do_codecov themes do_codecov_gcov c_code travis_fold_end