summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-14 21:21:06 -0400
committerAnthony Green <green@moxielogic.com>2018-03-14 21:21:06 -0400
commitd71051c46a795a0669b2d83804030746f790edf4 (patch)
treed0c37e96a47c8fdbaa2b362d49940fd2d0ffefb2
parente86aa54ce3418081dca403217c9216c773b82560 (diff)
downloadlibffi-d71051c46a795a0669b2d83804030746f790edf4.tar.gz
fix .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c4a1ebb..b06e04a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - make check RUNTESTFLAGS="-v $RUNTESTFLAGS" &
+ - make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"} &
- GITPID=$!
- while kill -0 $GITPID 2>/dev/null; do echo "Waiting for testsuite completion"; sleep 30; done;
- cat */testsuite/libffi.log