hutch 0.28.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,23 +0,0 @@
1
- dist: bionic
2
- sudo: required
3
-
4
- language: ruby
5
- cache: bundler
6
- before_install:
7
- - gem install bundler
8
- before_script:
9
- - "./bin/ci/install_on_debian.sh"
10
- - until sudo lsof -i:5672; do echo "Waiting for RabbitMQ to start..."; sleep 1; done
11
- - "./bin/ci/before_build.sh"
12
- matrix:
13
- include:
14
- - rvm: "2.6.4"
15
- - rvm: "2.5.6"
16
- - rvm: "2.4.7"
17
- - rvm: "2.3.8"
18
- - rvm: "jruby-9.2.9.0"
19
- - rvm: "ruby-head"
20
- allow_failures:
21
- rvm:
22
- - "jruby-9.2.9.0"
23
- - ruby-head