Browse Source

Update .travis.yml

sebavan 6 years ago
parent
commit
a64457d60b
1 changed files with 2 additions and 3 deletions
  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