Skip to content

Commit

Permalink
Fix: Remove reference to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and theseer committed Jan 31, 2023
1 parent ce9f96c commit d63d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<property name="clean.done" value="true"/>
</target>

<target name="getphive" description="Get phive on travis-ci">
<target name="getphive" description="Get phive">
<exec executable="wget" taskname="wget">
<arg value="https://phar.io/releases/phive.phar"/>
</exec>
Expand Down

0 comments on commit d63d8f2

Please sign in to comment.