Sfoglia il codice sorgente

Merge brabch ckeditor5/t/1214

Internal: Switched to Yarn. See ckeditor/ckeditor5#1214.
Piotrek Koszuliński 7 anni fa
parent
commit
f460e6eac1
1 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. 5 6
      packages/ckeditor5-cloud-services/.travis.yml

+ 5 - 6
packages/ckeditor5-cloud-services/.travis.yml

@@ -11,17 +11,16 @@ language: node_js
 node_js:
 - '8'
 cache:
-- node_modules
+  yarn: true
 branches:
-   except:
-   - stable
+  except:
+  - stable
 before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start
-- npm config set package-lock false
-- npm i -g npm@^5.7.1
+- npm i -g yarn
 install:
-- npm install @ckeditor/ckeditor5-dev-tests
+- yarn add @ckeditor/ckeditor5-dev-tests
 - ckeditor5-dev-tests-install-dependencies
 script:
 - ckeditor5-dev-tests-travis