Skip to content

Commit 7255f3b

Browse files
committed
removes hello task
1 parent 697acb2 commit 7255f3b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22

3-
<project name="opentok" default="hello">
4-
5-
<!-- ============================================ -->
6-
<!-- (DEFAULT) Target: hello -->
7-
<!-- ============================================ -->
8-
<target name="hello" description="Says Hello">
9-
<echo msg="Hello, world!" />
10-
</target>
3+
<project name="opentok" default="test">
114

125
<target name="test" description="run unit tests">
136
<exec command="./vendor/bin/phpunit" passthru="true" checkreturn="true" />

0 commit comments

Comments
 (0)