From 86b5a79fe04238251f69cc7cc6759be5411e06c5 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 30 Nov 2019 07:16:28 -0500 Subject: Fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1