Skip to content

Commit 08f0074

Browse files
committed
Final changes for javadocs publishing issue #6 - tidy up on bash script and travis
1 parent ac1d1c0 commit 08f0074

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy:
3838
- provider: script
3939
script: bash scripts/publish-javadocs-to-github-pages.sh
4040
on:
41-
branch: publish-javadocs-issue-#6
41+
tags: true
4242

4343
notifications:
4444
slack: evoco:HMLAFFFsZHDFu6xBw0OyXZrp

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ workingDir=`pwd`
55
# Generate javadocs and get current app version
66
mvn javadoc:javadoc
77
currentAppVersion=`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec`
8-
ls
98

109
# Get to the Travis build directory, configure git and clone the repo
1110
cd $HOME

0 commit comments

Comments
 (0)