From 3042935b7e364375c968f8acf8cbbf94dee7cc59 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 24 Jun 2018 20:59:33 +0200 Subject: [PATCH] ... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7c1c307..469d906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ before_deploy: - cp $PORTLIBREPOS/controller_patcher_configs/*.ini ./wiiu/controller - commit="$(git rev-parse --short=7 HEAD)" - cp hidtovpad.mod wiiu/plugins/ +- chmod +x gitrev.sh - versiontag="$(./gitrev.sh)" - zip -r hid_to_vpad_$versiontag.zip wiiu - git config --global user.email "builds@travis-ci.com"