代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/transmittable-thread-local 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
language: java
# Building a Java project
# https://docs.travis-ci.com/user/languages/java
#
# how to install and set jdk on travis:
# - Testing Against Multiple JDKs
# https://docs.travis-ci.com/user/languages/java/#Testing-Against-Multiple-JDKs
# - JVM images
# https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images
# - Customizing the Build / Build Matrix
# https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
dist: trusty
addons:
apt:
packages:
- openjdk-6-jdk
branches:
except:
- appveyor
# Job Lifecycle
# https://docs.travis-ci.com/user/job-lifecycle/
before_install:
# workaround for "buffer overflow detected" problem of openjdk:
# https://github.com/travis-ci/travis-ci/issues/5227
# borrow from https://github.com/miguno/kafka-storm-starter/blob/01dd534263eb867304c06cd2a72f640da1bd9367/.travis.yml
- cat /etc/hosts # optionally check the content *before*
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
- sudo mv /tmp/hosts /etc/hosts
- cat /etc/hosts # optionally check the content *after*
# output env info
- ls -la
- ls -l /usr/lib/jvm && ls /usr/lib/jvm/*
- echo -e "JAVA_HOME=$JAVA_HOME\nPATH=$PATH\nSHELL=$SHELL"
script:
- scripts/integration-test.sh
- ttl-integrations/sample-ttl-agent-extension-transformlet/scripts/integration-test.sh
after_success:
# codecov
- ./scripts/codecov.sh
after_script:
- git status --ignored
before_cache:
# clear TTL maven self install
- rm -rf $HOME/.m2/repository/com/alibaba/transmittable-thread-local
# Caching Dependencies and Directories
# https://docs.travis-ci.com/user/caching/
cache:
- pip
- directories:
- $HOME/.m2
- $HOME/.sdkman
- $HOME/.cache/pip
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。