]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
travis.yml: ignore decryption failure
authorEd Kellett <redacted>
Thu, 25 Feb 2016 19:54:44 +0000 (19:54 +0000)
committerEd Kellett <redacted>
Thu, 25 Feb 2016 19:54:44 +0000 (19:54 +0000)
(maybe we are just a fork)

.travis.yml

index 90efd2894ad19ddc0ad4aa517c2eb3c5173b50fd..c6dbcd01e1c517b660e4b3017e881088375d3248 100644 (file)
@@ -10,7 +10,7 @@ before_install:
 - npm install myth
 - npm install svgo
 - openssl aes-256-cbc -K $encrypted_ac880c30010f_key -iv $encrypted_ac880c30010f_iv
-  -in .deploy-key.enc -out .deploy-key -d && chmod go-rwx .deploy-key
+  -in .deploy-key.enc -out .deploy-key -d && chmod go-rwx .deploy-key || true
 after_success: ./deploy.sh
 notifications:
   email: false