Run the libexif-testsuite tests in parallel now that they can be.
authorDan Fandrich <dan@coneharvesters.com>
Mon, 5 Nov 2018 20:44:37 +0000 (21:44 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 5 Nov 2018 20:44:37 +0000 (21:44 +0100)
.travis.yml

index 0f5532a..7e46f68 100644 (file)
@@ -106,7 +106,7 @@ script:
   - if [ "$CONFIG" = "clang6" ] ; then CFLAGS='-Wall -Wextra -O3'; export CC=clang-6.0; fi
   - if [ "$CONFIG" = "gcc8" ] ; then CFLAGS='-Wall -Wextra -O3'; export export CC=gcc-8; fi
   - if [ "$CONFIG" = "sanitize" ] ; then CFLAGS='-g -Wall -Wextra -fsanitize=address -fsanitize=undefined'; export CC=clang-6.0; fi
-  - if [ "$CONFIG" = "coverage" ] ; then cd "$HOME"/libexif-testsuite; CFLAGS=--coverage; LDFLAGS=--coverage; export MAKEFLAGS='-j 1'; fi
+  - if [ "$CONFIG" = "coverage" ] ; then cd "$HOME"/libexif-testsuite; CFLAGS=--coverage; LDFLAGS=--coverage; fi
   - ./configure --prefix="${HOME}"/install CFLAGS="$CFLAGS" ${LDFLAGS:+LDFLAGS=$LDFLAGS} || { tail -300 config.log; false; }
   - make
   - make check || { tail -300 test*/test-suite.log; false; }