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.
1 parent 46a87e6 commit 635bc6fCopy full SHA for 635bc6f
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
16
before_script:
17
- mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
18
- - bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.1/Memcached.sh)
+ - bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
19
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
20
- chmod +x ./cc-test-reporter
21
- if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter before-build; fi
0 commit comments