Skip to content

Commit 6273410

Browse files
committed
Targeting specific branch for a test for issue #6
1 parent d498379 commit 6273410

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deploy:
4040
- mvn javadoc:javadoc
4141
- ./scripts/publish-javadocs-to-github-pages.sh
4242
on:
43-
all_branches: true
43+
branch: publish-javadocs-issue-#6
4444

4545
notifications:
4646
slack: evoco:HMLAFFFsZHDFu6xBw0OyXZrp

scripts/publish-javadocs-to-github-pages.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /usr/bin/env sh
22
set -ev
33

4+
echo "HELLO WORLD"
5+
46
# Get to the Travis build directory, configure git and clone the repo
57
cd $HOME
68
currentAppVersion=`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec`

0 commit comments

Comments
 (0)