diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 05:57:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 05:57:35 (GMT) |
commit | 3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f (patch) | |
tree | a240d52924aa2bfce36dce22e34fb293ff996022 | |
parent | 1a94f57ab672e62630b18fc4daa9a5a9c253bc6b (diff) | |
download | tcl-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.yml | 2 |
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 |