From e1108f9a24a7b5bd294549822044068c18c9485a Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Wed, 13 Mar 2019 15:28:38 +0300 Subject: [PATCH 1/3] Added .gitattributes to exclude tests from the release version #34 --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ac04ecc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.github export-ignore +.gitignore export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore +tests export-ignore \ No newline at end of file From 1d1c8559cda158ace4ad70394d2a2e6cfd7cad4c Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Wed, 13 Mar 2019 15:29:40 +0300 Subject: [PATCH 2/3] update travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e50f79..0c0ab27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - '7.0' - '7.1' - '7.2' + - '7.3' - nightly # cache vendor dirs @@ -15,7 +16,7 @@ cache: install: - travis_retry composer self-update && composer --version - - travis_retry composer install --prefer-dist --no-interaction + - travis_retry composer install --no-interaction before_script: - sudo apt-get install p7zip-full From d8f913ac674253643ab2b38302fd8038c3f8e321 Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Wed, 13 Mar 2019 15:37:01 +0300 Subject: [PATCH 3/3] removed nightly PHP (8.0-dev) from travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c0ab27..b2525a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - '7.1' - '7.2' - '7.3' - - nightly # cache vendor dirs cache: