Skip to content

Commit

Permalink
Fixing memcached PHP install
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx authored May 6, 2021
1 parent 87765c4 commit 9465b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- mysql

before_script:
- sudo apt-get install php-memcached
- sudo apt-get install php7.4-memcached
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
- phpenv config-add travisphp.ini
Expand Down

0 comments on commit 9465b62

Please sign in to comment.