summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 05:57:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 05:57:35 (GMT)
commit3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f (patch)
treea240d52924aa2bfce36dce22e34fb293ff996022
parent1a94f57ab672e62630b18fc4daa9a5a9c253bc6b (diff)
downloadtcl-3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f.zip
tcl-3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f.tar.gz
tcl-3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f.tar.bz2
Let's see if we can recover from an occasional hickup like happened here: [https://travis-ci.org/github/tcltk/tcl/jobs/729226819]
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f93fa0..53e0bac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -332,5 +332,5 @@ install:
before_script:
- export ERROR_ON_FAILURES=1
script:
- - make all tcltest
+ - make all tcltest || echo "Something wrong, maybe a hickup, let's try again"
- make test