Skip to content

Commit d6b8e2f

Browse files
committed
Use --repo with the travis encrypt command
1 parent 61166d7 commit d6b8e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travisify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EOL
166166
'#'*) continue;;
167167
esac
168168
info "Encrypting ${p%%=*}"
169-
echo yes | $EXEC travis encrypt "$p" --add env.global
169+
echo yes | $EXEC travis encrypt "$p" --add env.global --repo $repoSlug
170170
done <"$varsFile"
171171
$EXEC git commit "$travisConfig" -m "Travis: add encrypted environment variables"
172172
else

0 commit comments

Comments
 (0)