From 7c77cbd24c03aceff65feae5082221b62eaeea6e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 1 Feb 2014 14:57:23 -0800 Subject: Get rid of makefile indirection --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 963b088..f2588ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,13 +47,13 @@ script: - mkdir build - cd build - ../configure --dev CPPFLAGS=-DQUIET - - make -k -j2 - - make format + - make -R -k -j2 + - make -R format - git diff --exit-code ## Do something after the main test script after_script: - - make test TESTER='valgrind --error-exitcode=1 --track-fds=yes' + - make -R test TESTER='valgrind --error-exitcode=1 --track-fds=yes' ### The rest of the file creates a build matrix ### containing gcc-4.6 through gcc-4.8 and clang-3.1 through clang-3.3 -- cgit v1.2.3-70-g09d2