Lines Matching full:travis
4 # used by both Jenkins and Travis, though some specialized logic is required to
8 if [ "$TRAVIS" == "true" ]; then
21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then
57 if [ "$TRAVIS" == "true" ]; then
103 if [ "$TRAVIS" == "true" ]; then
114 if [ "$TRAVIS" != "true" ]; then
180 if [ "$TRAVIS" != "true" ]; then
202 # http://docs.travis-ci.com/user/osx-ci-environment/
213 # Always use -reporter plain to avoid escape codes in output (makes travis
288 cd ruby && bash travis-test.sh ruby-1.9 && cd ..
292 cd ruby && bash travis-test.sh ruby-2.0 && cd ..
296 cd ruby && bash travis-test.sh ruby-2.1 && cd ..
300 cd ruby && bash travis-test.sh ruby-2.2 && cd ..
304 cd ruby && bash travis-test.sh jruby && cd ..
312 # Note: travis currently does not support testing more than one language so the
313 # .travis.yml cheats and claims to only be cpp. If they add multiple language
317 # .travis.yml uses matrix.exclude to block the cases where app-get can't be