Browse Source

Took the wrong file to fix the certificate issue...

MeFisto94 9 years ago
parent
commit
bb07072d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -74,7 +74,7 @@ before_install:
   # no root :( - apt-get install -qq p7zip-full libxml2-dev zip
   - git fetch --unshallow -q
   - openssl aes-256-cbc -K $encrypted_ab3650240afa_key -iv $encrypted_ab3650240afa_iv -in nbproject/private/www-updater.key.enc -out nbproject/private/www-updater.key -d
-  - chmod 600 nbproject/private/www-updater.key.enc
+  - chmod 600 nbproject/private/www-updater.key
   #- "[ $TRAVIS_PULL_REQUEST == 'false' ] && openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv -in private/www-updater.key.enc -out private/www-updater.key -d || :"
 
 # before_install: