summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-13 17:18:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-13 17:18:03 (GMT)
commit73788579a1e3012a67af4cde1658770906262455 (patch)
tree38d3e81769150fd66f8f9c1b4d07bc8bc74b4e52
parent44952e7c43df343677cc3b6e2e455bda44b416f2 (diff)
parent20d003110702ca2961f1cf0b9bda3f7eb7a28256 (diff)
downloadtcl-73788579a1e3012a67af4cde1658770906262455.zip
tcl-73788579a1e3012a67af4cde1658770906262455.tar.gz
tcl-73788579a1e3012a67af4cde1658770906262455.tar.bz2
Merge 8.7
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index f070af3..f00a2e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -242,25 +242,6 @@ matrix:
- BUILD_DIR=win
- CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit CFLAGS=-DTCL_UTF_MAX=3"
script: *crosstest
-# Test on Windows with GCC native
- - name: "Windows/GCC/Shared"
- os: windows
- compiler: gcc
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit"
- before_install:
- - choco install make
- - cd ${BUILD_DIR}
- - name: "Windows/GCC/Unshared"
- os: windows
- compiler: gcc
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --disable-shared"
- before_install:
- - choco install make
- - cd ${BUILD_DIR}
before_install:
- cd ${BUILD_DIR}
install: