summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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)
commita635ca4863695546070d5670e2e33701c4448b8b (patch)
treea240d52924aa2bfce36dce22e34fb293ff996022 /.travis.yml
parentf75c5a75f58494fd2fc9c372ef1a65a86506c221 (diff)
downloadtcl-a635ca4863695546070d5670e2e33701c4448b8b.zip
tcl-a635ca4863695546070d5670e2e33701c4448b8b.tar.gz
tcl-a635ca4863695546070d5670e2e33701c4448b8b.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]
Diffstat (limited to '.travis.yml')
-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