Index: .travis.yml =================================================================== diff -u -r63295a8d07f4c715ee2ee061b4316aafa7334c6b -rf4ca149d42922b918849d8e80b55e2b1850f5bfe --- .travis.yml (.../.travis.yml) (revision 63295a8d07f4c715ee2ee061b4316aafa7334c6b) +++ .travis.yml (.../.travis.yml) (revision f4ca149d42922b918849d8e80b55e2b1850f5bfe) @@ -7,12 +7,12 @@ - gcc - clang env: - - TCLTAG = core-8-6-branch - - TCLTAG = core-8-6-8 - - TCLTAG = core-8-5-branch - - TCLTAG = core-8-5-19 - - TCLTAG = core-8-7-a1 - - TCLTAG = core-8-branch + - TCLTAG=core-8-6-branch + - TCLTAG=core-8-6-8 + - TCLTAG=core-8-5-branch + - TCLTAG=core-8-5-19 + - TCLTAG=core-8-7-a1 + - TCLTAG=core-8-branch install: - if [ $TRAVIS_OS_NAME = linux ]; then wget http://kitcreator.rkeene.org/kits/840dec4286102c869d85bae3b0dcd32565e7bf12/tclkit; else