summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-16 07:28:33 -0400
committerAnthony Green <green@moxielogic.com>2018-03-16 07:28:33 -0400
commit0f0ba9e0ec52e0297c91cb63a889980a6f847219 (patch)
tree2467c77ba5819056e40477ea981f0fde738bdc95
parent725454196afab82f7da7bd719e8bddf7cd7837dd (diff)
downloadlibffi-0f0ba9e0ec52e0297c91cb63a889980a6f847219.tar.gz
Run dejagnu's runtest with -a option to prevent travis timeouts after 10min
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ca4c2c..8915ef9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,5 +31,5 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"}
+ - make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
- cat */testsuite/libffi.log