summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-05 16:25:42 +0300
committerWolfy-J <[email protected]>2019-01-05 16:25:42 +0300
commit380bfe47e027f1d776c5ad70a734923e5be2d7ce (patch)
tree1db93569b076e3db721bf3ca0db2b44d5a585052
parent1d291b748e3762a5958dcde6aa2e04ef7e34f91f (diff)
zend factory dependency elliminated
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c02970f..a376dd51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ before_install:
install:
- export GO111MODULE=on
- go mod download
+ - php -v
- composer install --no-interaction --prefer-source --ignore-platform-reqs
script: