Przeglądaj źródła

Try to disable pack200 now finally

MeFisto94 9 lat temu
rodzic
commit
e28c7b6b4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -44,7 +44,7 @@ before_deploy:
   #- mv local/*/compiled/* .
   #- cd ../
   # In case of STABLE (see hudson-stable target)
-  - ant -Dstorepass="$NBM_SIGN_PASS" set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
+  - ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
   # In case of NIGHTLY (see hudson-nightly target)
   # - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'