Skip to content

Commit

Permalink
temporarily comment out apt-get update to work around Travis CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Sep 19, 2022
1 parent 51eaef7 commit a0a8fb0
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 @@ -13,7 +13,7 @@ before_install:

before_script:
# Install Apache
- sudo apt-get update
# sudo apt-get update
- sudo apt-get install apache2 libapache2-mod-fastcgi
# Enable php-fpm
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
Expand Down

0 comments on commit a0a8fb0

Please sign in to comment.