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/01/12 02:42:05 UTC

[incubator-skywalking] branch ci-from-cache updated: Fix wrong url.

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

wusheng pushed a commit to branch ci-from-cache
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/ci-from-cache by this push:
     new 7b50554  Fix wrong url.
7b50554 is described below

commit 7b505549dbac15c7fc6d475a4a0c40b039a82e3a
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 12 10:41:23 2018 +0800

    Fix wrong url.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c227d0a..ef09e4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ sudo: required
 language: java
 before_install:
   - cd ci-dependencies
-  - curl -O https://openskywalking.github.io/skywalking-ci-assist/jar/ojdbc14-10.2.0.4.0.jar
-  - curl -O https://openskywalking.github.io/skywalking-ci-assist/jar/resin-3.0.9.jar
-  - curl -O https://openskywalking.github.io/skywalking-ci-assist/jar/resin-4.0.41.jar
+  - 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-3.0.9.jar
+  - curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/resin-4.0.41.jar
   - cd ..
 
 install:

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].