summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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