summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2019-07-09 08:39:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2019-07-09 08:39:27 (GMT)
commiteaaa675e99526c5952e4cd6dc21e927a520ab692 (patch)
treecd42c7b85d2a2547deb4ae17f2aed695de860191 /.travis.yml
parent309510e33e21be5b348ecbb387c0a5b9bb18f45f (diff)
downloadtcl-eaaa675e99526c5952e4cd6dc21e927a520ab692.zip
tcl-eaaa675e99526c5952e4cd6dc21e927a520ab692.tar.gz
tcl-eaaa675e99526c5952e4cd6dc21e927a520ab692.tar.bz2
More tweaking to work around YAML parsing issues and fix an irrelevant test failure with static builds on Windows
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f73b6c5..391ffb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,7 +93,6 @@ matrix:
install: []
script: &mactest
- make all
- - make tcltest
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
- name: "macOS/Xcode 9/Shared/Mac-like"
@@ -132,7 +131,8 @@ matrix:
- make all
- make tcltest
# Include a high visibility marker that tests are skipped outright
- - echo "`tput setaf 3`SKIPPED TEST: CROSS COMPILING`tput sgr0`"
+ - >
+ echo "`tput setaf 3`SKIPPED TEST: CROSS COMPILING`tput sgr0`"
- name: "Linux-cross-Windows-32/GCC/Static/no test"
os: linux
dist: xenial