Parcourir la source

travis: https url of synergine git repo

Bastien Sevajol il y a 9 ans
Parent
révision
47af079407
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Voir le fichier

@@ -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