File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
mvn -B -q dependency:tree &&
78
78
mvn -B dependency:tree &&
79
79
80
- echo
81
- echo " == Generating javadoc =="
80
+ echo &&
81
+ echo " == Generating javadoc ==" &&
82
82
83
83
# Build the javadocs.
84
84
(mvn -B -q -Pbuild-javadoc) &
87
87
# Strip out date stamps, to avoid spurious changes being committed.
88
88
sed -i' ' -e ' /\(<!-- Generated by javadoc \|<meta name="date" \)/d' $( find target/apidocs -name ' *.html' ) &&
89
89
90
- echo
91
- echo " == Configuring environment =="
90
+ echo &&
91
+ echo " == Configuring environment ==" &&
92
92
93
93
# Configure SSH. The file .travis/javadoc.scijava.org.enc must contain
94
94
# an encrypted private RSA key for communicating with the git remote.
100
100
git config --global user.email " travis@travis-ci.com" &&
101
101
git config --global user.name " Travis CI" &&
102
102
103
- echo
104
- echo " == Updating javadoc.scijava.org repository =="
103
+ echo &&
104
+ echo " == Updating javadoc.scijava.org repository ==" &&
105
105
106
106
# Clone the javadoc.scijava.org repository.
107
107
git clone --quiet --depth 1 git@github.com:scijava/javadoc.scijava.org > /dev/null &&
You can’t perform that action at this time.
0 commit comments