Răsfoiți Sursa

Try manual cleaning and less caching so that cache push isn't quitted

MeFisto94 9 ani în urmă
părinte
comite
fe9cbf56c0
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 2 4
      .travis.yml

+ 2 - 4
.travis.yml

@@ -9,9 +9,6 @@ cache:
    - gradle-cache
    - netbeans
    - jdks/local
-   - jdks/*.bin
-   - jdks/*.exe
-   - jdks/*.zip
 
 addons:
   apt:
@@ -41,6 +38,7 @@ before_deploy:
   - ./download-jdks.sh
   - cd ../
   - ant build-installers | awk '{printf("."); fflush(stdout)}'
+  - rm -rf build/
   - export RELEASE_DIST=$(ls dist/*)
 
 deploy:
@@ -50,7 +48,7 @@ deploy:
     # Use travis setup releases --force (gem install travis) and then anyone with push access can create the token
   file_glob: true
   file: "${RELEASE_DIST}"
-  skip_cleanup: false
+  skip_cleanup: true
   on:
     repo: jMonkeyEngine/sdk
     tags: true