-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PSR2 cs and PSR-4 autoloading (#3)
Implement PSR2 cs and PSR-4 autoloading
- Loading branch information
1 parent
4dbd158
commit bbdaf25
Showing
39 changed files
with
1,929 additions
and
721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
sudo: false | ||
language: php | ||
|
||
php: | ||
- 5.5 | ||
- 5.6 | ||
- 7 | ||
|
||
install: | ||
- composer install | ||
- composer install | ||
|
||
script: | ||
- composer cs | ||
- composer test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.