summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 12:25:51 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 12:25:51 -0500
commitc88f4d2677d4dc6659a1aa6418e636f8fcf9bd9b (patch)
treede14f00e11ce26340d969a86f4c827a8863124e9
parent93c203b347ea7d110355e12f832725f755e10eff (diff)
downloadlibffi-c88f4d2677d4dc6659a1aa6418e636f8fcf9bd9b.tar.gz
Fix typo for m32r and bfin builds
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5925eac..414ba30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,8 @@ language: cpp
matrix:
include:
- os: linux
- env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="$TRAVIS_BUI - os: linux
+ env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ - os: linux
env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
# This configuration is still using the native x86 toolchain?
# - os: osx