Skip to content

Commit 0b6bfbd

Browse files
committed
gitattributes: no tests in composer packagist
1 parent 7552968 commit 0b6bfbd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
doc/ export-ignore
2+
tests/ export-ignore
3+
phpmd.sh export-ignore
4+
cs.sh export-ignore
5+
*.xml.dist export-ignore
6+
CHANGELOG.md export-ignore

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install:
5454
- cp tests/Real/params.travis.php tests/Real/params.php
5555
- mysql -e "create database IF NOT EXISTS test;" -uroot
5656
- psql -c 'create database travis_ci_test;' -U postgres
57-
- if [ ! "$CHECKS" = "yes" ]; then php -m | grep sql; fi;
57+
- if [ ! "$HHVM" = "yes" ]; then php -m | grep sql; fi;
5858
# Generate the coveralls config (not to keep it in the repo)
5959
- >
6060
if [ "$CHECKS" = "yes" ]; then

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Обсуждение на pyha.ru: http://pyha.ru/forum/topic/554.0
1414
* Версия 1.x: https://github.com/vasa-c/godb-old
1515
* Лицензия: MIT (https://github.com/vasa-c/go-db/blob/master/LICENSE)
16+
* Тестировано под Debian для PHP 5.(3,4,5,6), PHP 7, HHVM
1617

1718
## Установка
1819

0 commit comments

Comments
 (0)