summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-18 15:06:51 -0500
committerAnthony Green <green@moxielogic.com>2019-11-18 15:06:51 -0500
commit27d31130cabfe82683fc0e3e82247fd522f45607 (patch)
tree10baf073bcc865008ea8d02ee077e95be236f664
parentda1358816e7b02e6f8431e4df336d0934bcabd4c (diff)
downloadlibffi-27d31130cabfe82683fc0e3e82247fd522f45607.tar.gz
Fix DEJAGNU variable
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fda2f0f..7cd3a18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,11 @@ language: cpp
matrix:
include:
- os: linux
- env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp"
- os: linux
- env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp"
- os: linux
- env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp"
+ env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp"
# This configuration is still using the native x86 toolchain?
# - os: osx
# env: HOST=aarch64-apple-darwin13