You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<target name="test" description="Build and test app in travis" depends="ci">
</target>
<target name="ci" description="Build whole application for jenkins" depends="install-dev,phpunit">
<echo>CI server full</echo>
</target>
<target name="install" description="Must be run once after checkout and parameters configuration" depends="copyGitHooks,composerget,installvendors,clean"/>
<target name="install-dev" description="Must be run once after checkout and parameters configuration" depends="install,installvendors-dev"/>