language: c sudo: false os: - osx - linux compiler: - 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 before_install: - if echo "$TRAVIS_COMMIT_MESSAGE" | grep -F -q "[skip travis]" ; then echo "[skip travis] has been found, exiting" && exit 0 ; else echo "[skip travis] has not been found, continuing" ; fi 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 - chmod +x tclkit script: - ./tclkit apps/build.tcl $HOME $TRAVIS_BUILD_DIR $TCLTAG