Skip to content

Commit f54c2af

Browse files
authored
Merge pull request #85 from permissions-dispatcher/fix_travis_ci_setting
Fix travis ci setting
2 parents 65dfc51 + 5ca5831 commit f54c2af

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
REPO="permissions-dispatcher-plugin"
88

99
# Change if necessary
10-
USER="shiraji"
10+
USER="permissions-dispatcher"
1111
JDK="oraclejdk8"
1212
BRANCH="master"
1313

.travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
55
echo "It's pull request!"
66
else
77
# Without snapshot
8-
openssl aes-256-cbc -K $encrypted_62bba9a47a08_key -iv $encrypted_62bba9a47a08_iv -in travis.enc -out .travis.ssh -d
8+
openssl aes-256-cbc -K $encrypted_dc194335a7ce_key -iv $encrypted_dc194335a7ce_iv -in travis.enc -out .travis.ssh -d
99
chmod 600 .travis.ssh
1010
echo -e "Host github.com\n\tStrictHostKeyChecking no\nIdentityFile .travis.ssh\n" >> ~/.ssh/config
1111
fi

travis.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)