Browse Source

Travis: Don't deploy the platform independent release when building for X64 (to not deploy it twice)

MeFisto94 8 years ago
parent
commit
1aa1267f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -57,7 +57,7 @@ before_deploy:
   
   # Has to be done before deploy (due to the rm command)
   #- scp -rp -i nbproject/private/www-updater.key build/updates/* [email protected]:/var/www/updates/stable/3.1/plugins
-  - ./gradlew fixPlatformIndependent
+  - "[ $BUILD_X64 == 'true' ] && rm -rf dist/jmonkeyplatform.zip || ./gradlew fixPlatformIndependent :"
   - rm -rf build/
 
 deploy: