Fix typo for m32r and bfin builds
authorAnthony Green <green@moxielogic.com>
Mon, 18 Nov 2019 17:25:51 +0000 (12:25 -0500)
committerAnthony Green <green@moxielogic.com>
Mon, 18 Nov 2019 17:25:51 +0000 (12:25 -0500)
.travis.yml

index 5925eac..414ba30 100644 (file)
@@ -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