aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/.travis.yml')
-rw-r--r--activejob/.travis.yml39
1 files changed, 0 insertions, 39 deletions
diff --git a/activejob/.travis.yml b/activejob/.travis.yml
deleted file mode 100644
index fba12f9d0d..0000000000
--- a/activejob/.travis.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-before_install:
-- travis_retry gem install bundler
-- sudo apt-get update -qq
-- sudo apt-get install beanstalkd
-- echo "START=yes" | sudo tee -a /etc/default/beanstalkd
-- sudo /etc/init.d/beanstalkd start
-
-rvm:
-- 1.9.3
-- 2.0.0
-- 2.1
-- ruby-head
-- rbx-2
-- jruby
-env:
-- QC_DATABASE_URL="postgres://postgres@localhost/active_jobs_qc_int_test" QUE_DATABASE_URL="postgres://postgres@localhost/active_jobs_qc_int_test"
-matrix:
- allow_failures:
- - rvm: rbx-2
- - rvm: jruby
- - rvm: ruby-head
- fast_finish: true
-notifications:
- email: false
- irc:
- on_success: change
- on_failure: always
- channels:
- - irc.freenode.org#rails-contrib
- campfire:
- on_success: change
- on_failure: always
- rooms:
- - secure: AgZwJA+9VdnWAw7QN9Z5s6RpQIzsEB0q7V+p3pCzXY45156WocL8iNQx+KnyOQ8jbRUt4L/XIOiZl5xHf4pHjXytHWHNhetAlVQP/hPeDcCSk/h0g5gqgf6QABdp38tBNaUq866bXHgCOZYPwwP9bypcmuv2SLyfIO+b/PBgqN0=
-services:
-- redis
-- rabbitmq
-addons:
- postgresql: "9.3"