Index: .travis.yml =================================================================== diff -u -r21d837858fb99f9894e8d730dd2bf0caafe1c876 -r63295a8d07f4c715ee2ee061b4316aafa7334c6b --- .travis.yml (.../.travis.yml) (revision 21d837858fb99f9894e8d730dd2bf0caafe1c876) +++ .travis.yml (.../.travis.yml) (revision 63295a8d07f4c715ee2ee061b4316aafa7334c6b) @@ -7,14 +7,16 @@ - 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 wget http://kitcreator.rkeene.org/kits/6967b89da1f6af7b12cdc82819f3bdb13a661242/tclkit; fi + - if [ $TRAVIS_OS_NAME = linux ]; then + wget http://kitcreator.rkeene.org/kits/840dec4286102c869d85bae3b0dcd32565e7bf12/tclkit; else + wget http://kitcreator.rkeene.org/kits/6967b89da1f6af7b12cdc82819f3bdb13a661242/tclkit; fi - chmod +x tclkit script: - ./tclkit apps/build.tcl $HOME $TCLTAG \ No newline at end of file