Skip to content
Snippets Groups Projects
Unverified Commit 8aef9aec authored by Ted Bowman's avatar Ted Bowman
Browse files

remove drupalci.yml

parent 092d9d1f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"source": "http://cgit.drupalcode.org/automatic_updates" "source": "http://cgit.drupalcode.org/automatic_updates"
}, },
"require": { "require": {
"ext-json": "*" "ext-json": "*",
"php-tuf/composer-stager": "0.1.1"
}, },
"config": { "config": {
"platform": { "platform": {
......
build:
assessment:
validate_codebase:
phplint:
container_composer:
csslint:
eslint:
phpcs:
testing:
container_command:
# Currently composer-stager is not on packagist so can't do this in composer.json.
# @todo Remove this add dependency directly to composer.json
commands: "cd ${SOURCE_DIR} && sudo -u www-data /usr/local/bin/composer config repositories.composer-stager vcs git@github.com:php-tuf/composer-stager.git && /usr/local/bin/composer require php-tuf/composer-stager:0.1.1"
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
run_tests.js:
concurrency: 1
types: 'PHPUnit-FunctionalJavascript'
nightwatchjs:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment