You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/24 03:40:01 UTC

[incubator-skywalking] branch asf/5.0-alpha/release updated: Fix ci.

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

wusheng pushed a commit to branch asf/5.0-alpha/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this push:
     new 7abe9d1  Fix ci.
7abe9d1 is described below

commit 7abe9d1f20ba0c5650ff1e32ab05ce36d6202206
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sat Mar 24 11:39:52 2018 +0800

    Fix ci.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 7efdefd..217dc70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ sudo: required
 
 language: java
 before_install:
+  - mkdir ci-dependencies
   - cd ci-dependencies
   - curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/ojdbc14-10.2.0.4.0.jar
   - curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/resin-4.0.41.jar

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