File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 mvn -B -q dependency:tree &&
7878 mvn -B dependency:tree &&
7979
80- echo
81- echo " == Generating javadoc =="
80+ echo &&
81+ echo " == Generating javadoc ==" &&
8282
8383 # Build the javadocs.
8484 (mvn -B -q -Pbuild-javadoc) &
8787 # Strip out date stamps, to avoid spurious changes being committed.
8888 sed -i' ' -e ' /\(<!-- Generated by javadoc \|<meta name="date" \)/d' $( find target/apidocs -name ' *.html' ) &&
8989
90- echo
91- echo " == Configuring environment =="
90+ echo &&
91+ echo " == Configuring environment ==" &&
9292
9393 # Configure SSH. The file .travis/javadoc.scijava.org.enc must contain
9494 # an encrypted private RSA key for communicating with the git remote.
100100 git config --global user.email " travis@travis-ci.com" &&
101101 git config --global user.name " Travis CI" &&
102102
103- echo
104- echo " == Updating javadoc.scijava.org repository =="
103+ echo &&
104+ echo " == Updating javadoc.scijava.org repository ==" &&
105105
106106 # Clone the javadoc.scijava.org repository.
107107 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