Skip to content

Commit

Permalink
Issue #2909157 by subhojit777: Unnecessary files removed
Browse files Browse the repository at this point in the history
- module file was empty, and hence removed.
- The module will now rely on release updates, and Git commits rather than
  maintaining a CHANGELOG.
  • Loading branch information
subhojit777 committed Sep 20, 2017
1 parent 8765f38 commit e178e9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ before_script:
- drupal-ti before_script

script:
- phpcs --standard=Drupal --extensions=php,module,inc,install,profile,theme,css,yml src tests views_base_url.views.inc views_base_url.module views_base_url.info.yml
- phpcs --standard=DrupalPractice --extensions=php,module,inc,install,profile,theme,css,yml src tests views_base_url.views.inc views_base_url.module views_base_url.info.yml
- phpcs --standard=Drupal --extensions=php,module,inc,install,profile,theme,css,yml src tests views_base_url.views.inc views_base_url.info.yml
- phpcs --standard=DrupalPractice --extensions=php,module,inc,install,profile,theme,css,yml src tests views_base_url.views.inc views_base_url.info.yml
- travis_wait $TRAVIS_WAIT drupal-ti script

after_script:
Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

6 changes: 0 additions & 6 deletions views_base_url.module

This file was deleted.

0 comments on commit e178e9d

Please sign in to comment.