fix .travis.yml
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