summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-29 19:52:21 -0500
committerAnthony Green <green@moxielogic.com>2019-11-29 19:52:21 -0500
commit04cef5203d20c4c9a74d580ec0422b94a07e19ca (patch)
tree20b6dfaceffab874220c12244b77178db1ed946b
parent5556805353062bc42ee76d0df6cb82c02b1b78a5 (diff)
downloadlibffi-04cef5203d20c4c9a74d580ec0422b94a07e19ca.tar.gz
TEst
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee13abc..5b43ebb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,11 @@ language: android
matrix:
include:
- os: linux
- env: HOST=arm8-android RUNTESTFLAGS="--target_board android DEJAGNU="/opt/.travis/site.exp"
+ env: HOST=arm-eabi RUNTESTFLAGS="--target_board android DEJAGNU="/opt/.travis/site.exp"
before_install:
- android list sdk --no-ui --all --extended
+ - find /usr/local/android-sdk/tools/bin -type f
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
install: