From 8cb7cdc0fc0aac7eb5d053f2af39cc4fdfccc651 Mon Sep 17 00:00:00 2001 From: adrianziser Date: Sat, 18 Feb 2017 21:41:09 +0100 Subject: [PATCH] set execute bit on deployment script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63600e4..f9e9cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ deploy: repo: iotaledger/iota.lib.java all_branches: true - provider: script - script: ".travis/push-jdoc-gh-pages.sh" + script: chmod u+x .travis/push-jdoc-gh-pages.sh && .travis/push-jdoc-gh-pages.sh skip_cleanup: true on: tags: true