summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-09 09:02:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-09 09:02:04 (GMT)
commitb69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c (patch)
tree792a22a974368c39f2d36a13e70291790dcffb85 /.travis.yml
parent89c692e438532acea0a9652c1d264a54e315c1b9 (diff)
parent7f3d79834326c84f710028a5d603ee1a9896d8c7 (diff)
downloadtcl-b69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c.zip
tcl-b69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c.tar.gz
tcl-b69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c.tar.bz2
Merge 8.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 05d9537..83edde0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -154,7 +154,11 @@ matrix:
env:
- BUILD_DIR=win
- CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit"
- script: *crosstest
+ script: &crosstest
+ - make all tcltest
+ # Include a high visibility marker that tests are skipped outright
+ - >
+ echo "`tput setaf 3`SKIPPED TEST: CROSS COMPILING`tput sgr0`"
- name: "Linux-cross-Windows/GCC/Static/no test"
os: linux
dist: xenial
@@ -191,11 +195,7 @@ matrix:
env:
- BUILD_DIR=win
- CFGOPT="--host=i686-w64-mingw32"
- script: &crosstest
- - make all tcltest
- # Include a high visibility marker that tests are skipped outright
- - >
- echo "`tput setaf 3`SKIPPED TEST: CROSS COMPILING`tput sgr0`"
+ script: *crosstest
- name: "Linux-cross-Windows-32/GCC/Static/no test"
os: linux
dist: xenial