Procházet zdrojové kódy

Updated to a new version of mgit.

Piotrek Koszuliński před 9 roky
rodič
revize
5919dc54cf
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      .travis.yml
  2. 1 1
      package.json

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ before_install:
   - sh -e /etc/init.d/xvfb start
 install:
   - npm install mgit2 lerna @ckeditor/ckeditor5-dev-tests
-  - mgit bootstrap --repository-resolver=@ckeditor/ckeditor5-dev-tests/lib/git-https-resolver.js
+  - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
   - lerna bootstrap
 script:
   - ckeditor5-dev-tests --reporter=dots

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "gulp": "^3.9.0",
     "guppy-pre-commit": "^0.4.0",
     "lerna": "2.0.0-beta.32",
-    "mgit2": "^0.3.2"
+    "mgit2": "^0.4.0"
   },
   "engines": {
     "node": ">=6.0.0",