diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:51:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:51:31 (GMT) |
commit | f05d35b656076f1289333777861f981fe8c44c13 (patch) | |
tree | 1fdc368eddbc9adf6490835c4067ef126527eb65 /.travis.yml | |
parent | 88a38acd049b4cef382444545c2e48764f4a43e3 (diff) | |
download | tk-f05d35b656076f1289333777861f981fe8c44c13.zip tk-f05d35b656076f1289333777861f981fe8c44c13.tar.gz tk-f05d35b656076f1289333777861f981fe8c44c13.tar.bz2 |
Don't set ERROR_ON_FAILURES, it doesn't work for Tk.
no unset hidden_cmds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0ac80ca..0a63e50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -184,8 +184,6 @@ before_install: - cd ${BUILD_DIR} install: - ./configure ${CFGOPT} --prefix=$HOME || (cat config.log && exit 1) -before_script: - - export ERROR_ON_FAILURES=1 script: - make binaries libraries tktest - make install |