-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update .gitattributes and .travis.yml (#6015)
* update .gitattributes and ,travis.yml * move mkdir command * remove line * fix coding style * fix travis config
- Loading branch information
Showing
9 changed files
with
69 additions
and
57 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,9 +1,12 @@ | ||
Tests/ export-ignore | ||
misc/ export-ignore | ||
.coveralls.yml export-ignore | ||
.travis.yml export-ignore | ||
phpunit.xml.dist export-ignore | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
.phpcs.xml export-ignore | ||
.phpstan.neon export-ignore | ||
*.md text eol=lf | ||
*.php text eol=lf | ||
*.yml text eol=lf | ||
.coveralls.yml text eol=lf export-ignore | ||
.travis.yml text eol=lf export-ignore | ||
phpunit.xml.dist text eol=lf export-ignore | ||
.gitignore text eol=lf export-ignore | ||
.gitattributes text eol=lf export-ignore | ||
.phpcs.xml text eol=lf export-ignore | ||
.phpstan.neon text eol=lf export-ignore |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ composer.lock | |
composer.phar | ||
.buildpath | ||
.project | ||
.settings | ||
.settings |
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -39,4 +39,4 @@ | |
|
||
echo Spyc::YAMLDump($result, 2, 0); | ||
|
||
echo "</pre>"; | ||
echo "</pre>"; |