Skip to content

Commit

Permalink
Adding redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon committed Nov 2, 2023
1 parent cfd84dc commit 7a1a9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/travis_ci_ubuntu_2204/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
phantomjs
postgresql
python_interpreter
redis
ruby_interpreter
sqlite
xserver
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/travis_ci_ubuntu_2204/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# include_recipe 'travis_postgresql'
# include_recipe 'travis_build_environment::mysql'
include_recipe 'travis_perlbrew::multi'
#include_recipe 'travis_build_environment::redis'
include_recipe 'travis_build_environment::redis'
# include_recipe 'travis_build_environment::mongodb'
include_recipe 'memcached'
include_recipe '::mongodb'
Expand Down

0 comments on commit 7a1a9a3

Please sign in to comment.