Skip to content

Commit 0139451

Browse files
author
Mike Barkmin
committed
remove travis target
1 parent 51bd75d commit 0139451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<property name="project.dist" location="distribution"/>
5454
<property name="project.dist.version" location="distribution/${project.name}-${library.version}"/>
5555
<property name="project.dist.latest" location="distribution/${project.name}-latest"/>
56-
<property name="project.travis" location="resources/travis.yml"/>
5756
<property name="install.source" location="resources/README.md"/>
5857
<property name="install.destination" location="${project.dist.version}/README.md"/>
5958
<property name="libprops.source" location="resources/library.properties"/>
@@ -117,7 +116,6 @@ ${line}
117116
<antcall target="generate.zip" />
118117
<delete dir="${project.tmp}"/>
119118
<antcall target="copy.web.latest" />
120-
<antcall target="generate.travis" />
121119
</target>
122120

123121

0 commit comments

Comments
 (0)