mirror of https://github.com/rails/rails
Added beanstalkd to Travis so ActiveJob integration tests for beanstalkd can run
This commit is contained in:
parent
44e5ebf688
commit
3df305edd0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue