Browse Source

travis: https url of synergine git repo

Bastien Sevajol 9 years ago
parent
commit
47af079407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml View File

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