Skip to content

Commit

Permalink
Merge pull request #53 from svisser/patch-1
Browse files Browse the repository at this point in the history
Update Travis to use Beanstalkd 1.10
  • Loading branch information
earl committed Sep 6, 2014
2 parents 8da6088 + 78f8679 commit c7f2389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -10,10 +10,10 @@ env:

install:
# Install most recent beanstalkd from source
- wget https://github.com/kr/beanstalkd/archive/v1.9.tar.gz
- tar xf v1.9.tar.gz
- make -C beanstalkd-1.9/
- mv beanstalkd-1.9/beanstalkd .
- wget https://github.com/kr/beanstalkd/archive/v1.10.tar.gz
- tar xf v1.10.tar.gz
- make -C beanstalkd-1.10/
- mv beanstalkd-1.10/beanstalkd .
# Install Python dependencies.
- pip install -r .travis-requirements.txt --use-mirrors

Expand Down

0 comments on commit c7f2389

Please sign in to comment.