summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-30 07:16:28 -0500
committerAnthony Green <green@moxielogic.com>2019-11-30 07:16:28 -0500
commit86b5a79fe04238251f69cc7cc6759be5411e06c5 (patch)
treeca0053e3b64f8ecd82f3a8902f24781bfe6ad4ed
parente2e5387e6e95e031d0e5a4354720f5f88424d25e (diff)
downloadlibffi-86b5a79fe04238251f69cc7cc6759be5411e06c5.tar.gz
Fix
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c45b444..073e1f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ env:
matrix:
include:
- os: linux
- env: HOST=arm-linux-androideabi RUNTESTFLAGS="--target_board android-adb DEJAGNU="/opt/.travis/site.exp"
+ env: HOST=arm-linux-androideabi RUNTESTFLAGS="-v -v -v --target_board android-adb" DEJAGNU="/opt/.travis/site.exp"
before_install:
# Set up JDK 8 for Android SDK - Java is universally needed: codacy, unit tests, emulators