Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Travis doesn't support .travis.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Nov 2, 2017
1 parent 29862f9 commit a2e9f24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false

[*.yaml]
[*.{yaml,yml}]
indent_style = space
indent_size = 2

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yaml export-ignore
/.travis.yaml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
File renamed without changes.

0 comments on commit a2e9f24

Please sign in to comment.