Skip to content

Commit d67fa6a

Browse files
committed
Update build.xml.
1 parent 1535c20 commit d67fa6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- Run composer update and executes various other updates -->
33
<target name="update">
44
<exec command="composer update" checkreturn="true" passthru="true"/>
5+
<phing phingfile="build.xml" target="kernel" haltonfailure="true"/>
56
</target>
67

78
<target name="kernel">

plaisio-stratum.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<stratum>
2+
<config>test/etc/stratum.ini</config>
23
<includes>
34
<include>lib/psql/**/*.psql</include>
45
</includes>

0 commit comments

Comments
 (0)