From 3df305edd0620c3da1bf1790d7a921c187bc598b Mon Sep 17 00:00:00 2001 From: hiren mistry Date: Sat, 19 Sep 2015 15:00:12 -0700 Subject: Added beanstalkd to Travis so ActiveJob integration tests for beanstalkd can run --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c648bd2ca7..5d4a9e9c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ script: 'ci/travis.rb' before_install: - gem install bundler - "rm ${BUNDLE_GEMFILE}.lock" + - curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp + - cd /tmp/beanstalkd-1.10/ + - make + - ./beanstalkd & + - cd $TRAVIS_BUILD_DIR before_script: - bundle update cache: bundler -- cgit v1.2.3