summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-09 09:00:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-09 09:00:44 (GMT)
commit7f3d79834326c84f710028a5d603ee1a9896d8c7 (patch)
tree858f3f662ece7f263b1d584104f243c56b354123
parentfcfecf0c0d902bcabce45b30db42a5d387ae774a (diff)
downloadtcl-7f3d79834326c84f710028a5d603ee1a9896d8c7.zip
tcl-7f3d79834326c84f710028a5d603ee1a9896d8c7.tar.gz
tcl-7f3d79834326c84f710028a5d603ee1a9896d8c7.tar.bz2
Move &crosstest up in .travis.yml
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e1b8bd0..2a04faf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -154,7 +154,11 @@ matrix:
env:
- BUILD_DIR=win
- CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --enable-threads"
- 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 --enable-threads"
- 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