Skip to content

Commit f5c920a

Browse files
committed
More build updates - remove reference to missing env value
1 parent ab14643 commit f5c920a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ] && [ "$TRAVIS_PULL_REQ
3434
# ./mvnw site site:deploy -q --settings ./travis/settings.xml
3535
# echo -e "Successfully deploy site under Travis job ${TRAVIS_JOB_NUMBER}"
3636
else
37-
echo "Java Version does not support additonal activity for travis CI"
37+
echo "Java Version does not support additional activity for travis CI"
3838
fi
3939
else
4040
echo "Travis Pull Request: $TRAVIS_PULL_REQUEST"

travis/settings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@
77
<username>${env.CI_DEPLOY_USERNAME}</username>
88
<password>${env.CI_DEPLOY_PASSWORD}</password>
99
</server>
10-
<server>
11-
<id>gh-pages</id>
12-
<username>git</username>
13-
<password>${env.CI_SITE_PASSWORD}</password>
14-
</server>
1510
</servers>
1611
</settings>

0 commit comments

Comments
 (0)