From c88f4d2677d4dc6659a1aa6418e636f8fcf9bd9b Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 18 Nov 2019 12:25:51 -0500 Subject: [PATCH] Fix typo for m32r and bfin builds --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1