Browse Source

`.gitattributes` added

tags/2.0.4
Klimov Paul 10 years ago
parent
commit
a30c1ce848
  1. 8
      .gitattributes
  2. 1
      .travis.yml

8
.gitattributes vendored

@ -0,0 +1,8 @@
# Ignore all test and documentation for archive
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/docs export-ignore

1
.travis.yml

@ -25,7 +25,6 @@ sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:

Loading…
Cancel
Save