We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1535c20 commit d67fa6aCopy full SHA for d67fa6a
build.xml
@@ -2,6 +2,7 @@
2
<!-- Run composer update and executes various other updates -->
3
<target name="update">
4
<exec command="composer update" checkreturn="true" passthru="true"/>
5
+ <phing phingfile="build.xml" target="kernel" haltonfailure="true"/>
6
</target>
7
8
<target name="kernel">
plaisio-stratum.xml
@@ -1,4 +1,5 @@
1
<stratum>
+ <config>test/etc/stratum.ini</config>
<includes>
<include>lib/psql/**/*.psql</include>
</includes>
0 commit comments