You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/14 09:54:25 UTC

[incubator-servicecomb-saga] branch master updated: Try to avoid default install action in PR build

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 55aba24  Try to avoid default install action in PR build
55aba24 is described below

commit 55aba24805c1f9db1d6eeb7090b483c1522e3826
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Thu Jun 14 17:45:19 2018 +0800

    Try to avoid default install action in PR build
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e07fb5b..61eb210 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,13 @@
 ## ---------------------------------------------------------------------------
 
 sudo: required
+
 cache:
   directories:
   - "$HOME/.m2"
 language: java
+
+install: true
 jdk:
 - oraclejdk8
 env:

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.