Skip to content

Commit

Permalink
Removing tests.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Apr 10, 2017
1 parent c5ed505 commit 302a94b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 286 deletions.
7 changes: 1 addition & 6 deletions phing/tasks/ci.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<project name="ci" default="ci:setup">

<target name="ci:build:test"
description="Builds, tests, and deploys an artifact; uses ci drush alias."
depends="ci:setup, tests:all" hidden="true">
</target>

<target name="ci:setup" description="Install dependencies, builds docroot, installs Drupal; uses ci drush alias." hidden="true">
<phingcall target="setup">
<property name="drush.alias" value="${drush.aliases.ci}"/>
Expand All @@ -16,7 +11,7 @@
<target name="ci:pipelines:init" description="Initializes default Acquia Pipelines configuration for this project.">
<copy file="${blt.root}/scripts/pipelines/acquia-pipelines.yml" tofile="${repo.root}/acquia-pipelines.yml"/>
<echo>Acquia Pipelines requires PhantomJS in order to run Javascript Behat tests.</echo>
<phingcall target="tests:phantomjs:configure"/>
<exec dir="${repo.root}" command="blt setup:phantomjs" passthru="true"/>
</target>

<target name="ci:travis:init" description="Initializes default Travis CI configuration for this project.">
Expand Down
280 changes: 0 additions & 280 deletions phing/tasks/tests.xml

This file was deleted.

0 comments on commit 302a94b

Please sign in to comment.