From c0d84ab48977f6ea80e8b5f7eca04423d4a31d26 Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 13 Sep 2016 22:22:42 +0100 Subject: [PATCH] Remove format-source from travis script. This test is already performed by `make test` later on. We originally had it in the Travis script to make it fail fast when the format is wrong, but there is also some value in running all tests despite format errors. Fixes #83. There are no more relevant phases that would benefit from the padding lines proposed. --- other/travis/toxcore-script | 4 ---- 1 file changed, 4 deletions(-) diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index 78c1a44c..1b1482b9 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script @@ -3,10 +3,6 @@ set -e -u -x . other/travis/env-$ENV.sh -# Check if the code is formatted according to the astyle configuration. -other/astyle/format-source -git diff --exit-code - # Build toxcore and run tests. export CFLAGS="-O3 -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" # TODO(iphydf): Enable ASAN. It currently has some bad interactions with gcov,