Skip to content

Commit

Permalink
Add PHPCS config, and format the codebase to match. (beaulebens#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pento authored and Beau Lebens committed Feb 28, 2021
1 parent 61b8b51 commit ea992be
Show file tree
Hide file tree
Showing 36 changed files with 1,171 additions and 759 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
composer.lock
24 changes: 17 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,23 @@ branches:
only:
- master

# Run Matrix for these PHP versions
php:
- "5.6"
- "7.0"
- "7.2"
- "7.3"
- "7.4"
matrix:
include:
- name: PHP Linting
script: composer php:lint
- name: "PHPUnit Tests: PHP 7.4"
php: 7.4
- name: "PHPUnit Tests: PHP 7.3"
php: 7.3
- name: "PHPUnit Tests: PHP 7.2"
php: 7.2
- name: "PHPUnit Tests: PHP 7.1"
php: 7.1
- name: "PHPUnit Tests: PHP 7.0"
php: 7.0
- name: "PHPUnit Tests: PHP 5.6"
php: 5.6
fast_finish: true

before_script:
- composer --version
Expand Down
Loading

0 comments on commit ea992be

Please sign in to comment.