Skip to content

Commit cc7e324

Browse files
committed
Updating build to not run ExternalLibrary groups
1 parent dc26185 commit cc7e324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</target>
1717

1818
<target name="tests" depends="setup" description="run tests">
19-
<exec command="phpunit --configuration test/phpunit.xml.dist"/>
19+
<exec command="phpunit --configuration test/phpunit.xml.dist --exclude-group ExternalLibrary"/>
2020
</target>
2121

2222
<target name="standards" depends="setup" description="test for code standards">

0 commit comments

Comments
 (0)