summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 10:51:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 10:51:31 (GMT)
commitf05d35b656076f1289333777861f981fe8c44c13 (patch)
tree1fdc368eddbc9adf6490835c4067ef126527eb65 /.travis.yml
parent88a38acd049b4cef382444545c2e48764f4a43e3 (diff)
downloadtk-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.yml2
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