We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b1619 + 061d673 commit 41b367bCopy full SHA for 41b367b
.travis.yml
@@ -7,7 +7,7 @@ php:
7
8
before_script:
9
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
10
- - git submodule update --init --recursive
+ - composer install
11
12
script:
13
- php data/bin/check_configuration.php
0 commit comments