From 72487f7da39daaeb0ae548601e38521b13729cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Mon, 31 Aug 2015 22:42:06 +0200 Subject: Start parallizing tests --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 89a7a1ec..c5b28d6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,10 @@ before_script: - ./configure - make +env: + - TEST_TARGET=debug + - TEST_TARGET=release + script: - - ./runtest.pl ALL debug - - ./runtest.pl ALL release + - ./runtest.pl ALL $TEST_TARGET -- cgit v1.2.3