This is an automated email from the ASF dual-hosted git repository.
pengys pushed a commit to branch release/5.0.0-beta
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/release/5.0.0-beta by this
push:
new 5d5d364 no message
5d5d364 is described below
commit 5d5d36474cb7bfc8791db8daddbbe88dd9a73eb4
Author: peng-yongsheng <[email protected]>
AuthorDate: Sat May 12 01:13:16 2018 +0800
no message
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 6433c5d..217dc70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ before_install:
install:
- jdk_switcher use oraclejdk8
- - travis_wait 30 mvn clean install -Ptravis-ci-submodule --quiet
jacoco:report coveralls:report
- - travis_wait 30 mvn clean javadoc:javadoc -Dmaven.test.skip=true --quiet
+ - mvn clean install -Ptravis-ci-submodule --quiet jacoco:report
coveralls:report
+ - mvn clean javadoc:javadoc -Dmaven.test.skip=true --quiet
--
To stop receiving notification emails like this one, please contact
[email protected].