Skip to content

Commit

Permalink
Travis CI now installs redis 2.6.x by default. Consequently, the inst…
Browse files Browse the repository at this point in the history
…all_and_run_redis_2_6 script is no longer needed. We just need to enable the redis-server service in the .travis.yml.
  • Loading branch information
Patrick Roby committed Nov 29, 2012
1 parent fd301b1 commit 4ee60cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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
Expand Down

0 comments on commit 4ee60cb

Please sign in to comment.