I had a chance trying travisify.sh on my Windows system (using GitBash/MINGW64), and it errors out with:
[ERROR] Could not determine GitHub repository slug
because this line:
|
repoSlug=$(xmllint --xpath "//*[local-name()='project']/*[local-name()='scm']/*[local-name()='connection']" pom.xml|sed 's_.*github.com[:/]\(.*\)<.*_\1_') |
or more precisely this command:
xmllint --xpath "//*[local-name()='project']/*[local-name()='scm']/*[local-name()='connection']" pom.xml
gives:
although the pom.xml contains a project/scm/connection object.
(This was tested with the pom.xml of our https://github.com/fmi-faim/fmi-ij2-plugins/ repo.)
I had a chance trying
travisify.shon my Windows system (using GitBash/MINGW64), and it errors out with:because this line:
scijava-scripts/travisify.sh
Line 69 in cbc3ed2
or more precisely this command:
gives:
although the
pom.xmlcontains aproject/scm/connectionobject.(This was tested with the
pom.xmlof our https://github.com/fmi-faim/fmi-ij2-plugins/ repo.)