Skip to content

Commit

Permalink
Added travis yml.
Browse files Browse the repository at this point in the history
Updated readme.

Updated travis yml.

Fixed docker image reference.

Updated docker command.

Updated docker command.

Updated docker command.

Updated docker command.

Updated docker command.

Updated docker image.

Updated docker image.

Updated docker image.

Modified travis file.

Modified travis file.

Adding coder module and code check.

Removed module file.
  • Loading branch information
arshadkhan53 committed Jul 29, 2021
1 parent 5adec2d commit e11b476
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 35 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: php
php:
- 7.4

services:
- docker

before_install:
- docker run --name drupal-cdci -d drupal:9.2-php7.4-apache-buster
- docker exec -it drupal-cdci /bin/bash -c "composer install;"

script:
- composer install
- vendor/bin/phpcs --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,ym web/modules/custom/
2 changes: 1 addition & 1 deletion README.md
@@ -1,2 +1,2 @@
# drupal9-cicd
## It will contain travis, github action and gitlab CI CD script.
## It will contain travis, github actions and gitlab CI CD script.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -16,6 +16,7 @@
],
"require": {
"composer/installers": "^1.9",
"drupal/coder": "^8.3",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.2"
Expand Down Expand Up @@ -85,4 +86,4 @@
]
}
}
}
}
198 changes: 165 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,4 @@
name: Drupal lesson service override
type: module
core: 9.x
description: Implement core service override and alter

0 comments on commit e11b476

Please sign in to comment.