浏览代码

travis: https url of synergine git repo

Bastien Sevajol 9 年前
父节点
当前提交
47af079407
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml 查看文件

@@ -4,7 +4,7 @@ python:
4 4
 install:
5 5
   - "pip install -r tests_requirements.txt"
6 6
 before_install:
7
-  - git clone git@github.com:buxx/synergine.git
7
+  - git clone https://github.com/buxx/synergine.git
8 8
   - rm modules/*
9 9
   - ln -s ../synergine/modules/xyzworld modules/xyzworld
10 10
   - ln -s ../synergine/modules/xzworld modules/xyworld