Commit c88f4d2677d4dc6659a1aa6418e636f8fcf9bd9b

Anthony Green 2019-11-18T12:25:51

Fix typo for m32r and bfin builds

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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