File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 53
53
<property name =" project.dist" location =" distribution" />
54
54
<property name =" project.dist.version" location =" distribution/${ project.name } -${ library.version } " />
55
55
<property name =" project.dist.latest" location =" distribution/${ project.name } -latest" />
56
- <property name =" project.travis" location =" resources/travis.yml" />
57
56
<property name =" install.source" location =" resources/README.md" />
58
57
<property name =" install.destination" location =" ${ project.dist.version } /README.md" />
59
58
<property name =" libprops.source" location =" resources/library.properties" />
@@ -117,7 +116,6 @@ ${line}
117
116
<antcall target =" generate.zip" />
118
117
<delete dir =" ${ project.tmp } " />
119
118
<antcall target =" copy.web.latest" />
120
- <antcall target =" generate.travis" />
121
119
</target >
122
120
123
121
You can’t perform that action at this time.
0 commit comments