Skip to content

Commit f35c9c1

Browse files
authored
Merge pull request #32 from scijava/fix-travisify
Fix travisify.sh for version 1.8.12 of travis command line tools
2 parents a441406 + 23bd0cf commit f35c9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travisify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ EOL
201201
'#'*) continue;;
202202
esac
203203
info "Encrypting ${p%%=*}"
204-
$EXEC travis encrypt --$mode "$p" --add env.global --repo "$repoSlug"
204+
yes | $EXEC travis encrypt --$mode "$p" --add env.global --repo "$repoSlug"
205205
test $? -eq 0 || die "Failed to encrypt variable '$p'"
206206
done <"$varsFile"
207207
$EXEC git commit "$travisConfig" -m "Travis: add encrypted environment variables"

0 commit comments

Comments
 (0)