summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-15 08:17:18 -0400
committerAnthony Green <green@moxielogic.com>2018-03-15 08:17:18 -0400
commit725454196afab82f7da7bd719e8bddf7cd7837dd (patch)
tree5f8d309969d73f18da076630c3c8ebaf21382c33
parentd71051c46a795a0669b2d83804030746f790edf4 (diff)
downloadlibffi-725454196afab82f7da7bd719e8bddf7cd7837dd.tar.gz
fix .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b06e04a..7ca4c2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,5 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"} &
- - GITPID=$!
- - while kill -0 $GITPID 2>/dev/null; do echo "Waiting for testsuite completion"; sleep 30; done;
+ - make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"}
- cat */testsuite/libffi.log