Skip to content

Commit 635bc6f

Browse files
authored
Update .travis.yml
1 parent 46a87e6 commit 635bc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515

1616
before_script:
1717
- 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)
18+
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
1919
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2020
- chmod +x ./cc-test-reporter
2121
- if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter before-build; fi

0 commit comments

Comments
 (0)