From 4ee60cb1f189a908270d71fe4770dfa71439b75c Mon Sep 17 00:00:00 2001 From: Patrick Roby Date: Thu, 29 Nov 2012 10:53:36 -0800 Subject: [PATCH] Travis CI now installs redis 2.6.x by default. Consequently, the install_and_run_redis_2_6 script is no longer needed. We just need to enable the redis-server service in the .travis.yml. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60fd9a43..7735d4cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ before_script: - - curl -s https://raw.github.com/seomoz/qless-core/master/scripts/install_and_run_redis_2_6 | sh # From: https://github.com/jonleighton/poltergeist/blob/v1.0.0/.travis.yml#L5-7 - sudo bin/install_phantomjs - "export PATH=phantomjs/bin:$PATH" - phantomjs --version - git submodule init - git submodule update +services: + - redis-server script: bundle exec rake rvm: - 1.9.2