Skip to content

Commit

Permalink
chore: drop amqp
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 29, 2019
1 parent 576ab3b commit a0f7801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ before_script:
- psql -d database_name -f config/schema-pgsql.sql -U postgres;

# extensions
- echo "extension = amqp.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand Down

0 comments on commit a0f7801

Please sign in to comment.