diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-18 20:04:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-18 20:04:40 (GMT) |
commit | 8535b555cbfc1a1b94bf7803ba146bec4ae8b092 (patch) | |
tree | 17a0c2b759eb4e83b76965a848b217f8f1622444 /.travis.yml | |
parent | c4d109c37eaf3da5573c1cb5196bc4457fe3179e (diff) | |
download | tk-8535b555cbfc1a1b94bf7803ba146bec4ae8b092.zip tk-8535b555cbfc1a1b94bf7803ba146bec4ae8b092.tar.gz tk-8535b555cbfc1a1b94bf7803ba146bec4ae8b092.tar.bz2 |
Make sure Travis uses the latest public Tcl 8.6 version for testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5a03c08..cd5085e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: - gcc-mingw-w64-i686 - gcc-mingw-w64-x86-64 - gcc-multilib - - tcl-dev + - tcl8.6-dev - libx11-dev - xvfb homebrew: |