Sfoglia il codice sorgente

Update .travis.yml

sebavan 6 anni fa
parent
commit
a64457d60b
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -10,9 +10,8 @@ cache:
   - node_modules
   - Playground/node_modules
 install:
-- chmod 777 -R node_modules/
-- rm node_modules/@babylonjs/core
-- rm node_modules/@babylonjs/materials
+- rm node_modules/@babylonjs/core -f
+- rm node_modules/@babylonjs/materials -f
 - travis_retry npm install -g gulp@4.0.0
 - travis_retry npm install -g typescript
 - cd ./Tools/Gulp