fix .travis.yml

This commit is contained in:
Anthony Green
2018-03-15 08:17:18 -04:00
parent d71051c46a
commit 725454196a

View File

@@ -31,7 +31,5 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS} - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make - make
- make dist - make dist
- make check ${RUNTESTFLAGS+RUNTESTFLAGS="$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 - cat */testsuite/libffi.log